Html Css Color HEX #7665BF Blue Marguerite

📋 copy color: '#7665BF'

red 118 ◦ green 101 ◦ blue 191

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

Shades of Blue Marguerite #7665BF

Tints of Blue Marguerite #7665BF

RGB

 RED value IS 118 (46.48% from 255) = 28.78%

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

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

R = 28.78%
G = 24.63%
B = 46.59%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7665BF (or 0x7665BF) is known color: Blue Marguerite. HEX triplet: 76, 65 and BF. RGB value is (118,101,191). Sum of RGB (Red+Green+Blue) = 118+101+191=410 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.78% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #7665BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7665BF is #899A40. Grayscale: #747474. Windows color (decimal): -9017921 or 12543350. OLE color: 12543350.

HSL color Cylindrical-coordinate representation of color #7665BF: hue angle of 251.33º 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 #7665BF is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 101 191 -
CMYK 0.38 0.47 0 0.25
HSL 251.33º 0.41% 0.57% -
HSV(B) 251.33º 0.47% 0.75% -
XYZ 21.53 16.92 51.42 -
YUV 116.34 170.13 129.18 -
System Red Green Blue C M Y K H S L
Decimal 118 101 191 0.38 0.47 0 0.25 251.33 0.41 0.57
Hex 76 65 BF 26 2F 0 19 FB 29 39
Octal 166 145 277 46 57 0 31 373 51 71
Binary 1110110 1100101 10111111 100110 101111 0 11001 11111011 101001 111001

Color Harmonies of #7665BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7665BF

Black with #7665BF

Text Example


Text Example

White with #7665BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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