Html Css Color HEX #7465BF Blue Marguerite

📋 copy color: '#7465BF'

red 116 ◦ green 101 ◦ blue 191

#7465BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #7465BF

Tints of Blue Marguerite #7465BF

RGB

 RED value IS 116 (45.7% from 255) = 28.43%

 GREEN value IS 101 (39.84% from 255) = 24.75%

 BLUE value IS 191 (75% from 255) = 46.81%

R = 28.43%
G = 24.75%
B = 46.81%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7465BF (or 0x7465BF) is known color: Blue Marguerite. HEX triplet: 74, 65 and BF. RGB value is (116,101,191). Sum of RGB (Red+Green+Blue) = 116+101+191=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 191 - color contains mainly: blue. Hex color #7465BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7465BF is #8B9A40. Grayscale: #737373. Windows color (decimal): -9148993 or 12543348. OLE color: 12543348.

HSL color Cylindrical-coordinate representation of color #7465BF: hue angle of 250º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7465BF is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 101 191 -
CMYK 0.39 0.47 0 0.25
HSL 250º 0.41% 0.57% -
HSV(B) 250º 0.47% 0.75% -
XYZ 21.26 16.78 51.41 -
YUV 115.75 170.47 128.18 -
System Red Green Blue C M Y K H S L
Decimal 116 101 191 0.39 0.47 0 0.25 250 0.41 0.57
Hex 74 65 BF 27 2F 0 19 FA 29 39
Octal 164 145 277 47 57 0 31 372 51 71
Binary 1110100 1100101 10111111 100111 101111 0 11001 11111010 101001 111001

Color Harmonies of #7465BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7465BF

Black with #7465BF

Text Example


Text Example

White with #7465BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7465BF; }

 p { color: rgb(116,101,191); }

 H1.HeaderClassName
 {
   color: #7465BF;
 }
 .AnyTagClassName
 {
   color: #7465BF;
 }
</style>

background-color css

<style>
 a { background-color: #7465BF; }

 a { background-color: rgb(116,101,191); }

 div.DivClassName
 {
   background-color: #7465BF;
 }
 .BgClassName
 {
   background-color: #7465BF;
 }
</style>

border-color css

<style>
 span { border-color: #7465BF; }

 span { border-color: rgb(116,101,191); }

 td.TdClassName
 {
   border-color: #7465BF;
 }
 .TagClassName
 {
   border-color: #7465BF;
 }
</style>