Html Css Color HEX #7767B8 Blue Marguerite

📋 copy color: '#7767B8'

red 119 ◦ green 103 ◦ blue 184

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

Shades of Blue Marguerite #7767B8

Tints of Blue Marguerite #7767B8

RGB

 RED value IS 119 (46.88% from 255) = 29.31%

 GREEN value IS 103 (40.63% from 255) = 25.37%

 BLUE value IS 184 (72.27% from 255) = 45.32%

R = 29.31%
G = 25.37%
B = 45.32%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7767B8 (or 0x7767B8) is known color: Blue Marguerite. HEX triplet: 77, 67 and B8. RGB value is (119,103,184). Sum of RGB (Red+Green+Blue) = 119+103+184=406 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.31% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 184 (72.27% from 255 or 45.32% from 406); Max value from RGB is 184 - color contains mainly: blue. Hex color #7767B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7767B8 is #889847. Grayscale: #747474. Windows color (decimal): -8951880 or 12085111. OLE color: 12085111.

HSL color Cylindrical-coordinate representation of color #7767B8: hue angle of 251.85º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7767B8 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 119 103 184 -
CMYK 0.35 0.44 0 0.28
HSL 251.85º 0.36% 0.56% -
HSV(B) 251.85º 0.44% 0.72% -
XYZ 21.11 17.08 47.53 -
YUV 117.02 165.8 129.41 -
System Red Green Blue C M Y K H S L
Decimal 119 103 184 0.35 0.44 0 0.28 251.85 0.36 0.56
Hex 77 67 B8 23 2C 0 1C FC 24 38
Octal 167 147 270 43 54 0 34 374 44 70
Binary 1110111 1100111 10111000 100011 101100 0 11100 11111100 100100 111000

Color Harmonies of #7767B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7767B8

Black with #7767B8

Text Example


Text Example

White with #7767B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7767B8; }

 p { color: rgb(119,103,184); }

 H1.HeaderClassName
 {
   color: #7767B8;
 }
 .AnyTagClassName
 {
   color: #7767B8;
 }
</style>

background-color css

<style>
 a { background-color: #7767B8; }

 a { background-color: rgb(119,103,184); }

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

border-color css

<style>
 span { border-color: #7767B8; }

 span { border-color: rgb(119,103,184); }

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