Html Css Color HEX #767FC6 Wild Blue Yonder

📋 copy color: '#767FC6'

red 118 ◦ green 127 ◦ blue 198

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

Shades of Wild Blue Yonder #767FC6

Tints of Wild Blue Yonder #767FC6

RGB

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

 GREEN value IS 127 (50% from 255) = 28.67%

 BLUE value IS 198 (77.73% from 255) = 44.7%

R = 26.64%
G = 28.67%
B = 44.7%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#767FC6 (or 0x767FC6) is known color: Wild Blue Yonder. HEX triplet: 76, 7F and C6. RGB value is (118,127,198). Sum of RGB (Red+Green+Blue) = 118+127+198=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 198 (77.73% from 255 or 44.70% from 443); Max value from RGB is 198 - color contains mainly: blue. Hex color #767FC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767FC6 is #898039. Grayscale: #848484. Windows color (decimal): -9011258 or 13008758. OLE color: 13008758.

HSL color Cylindrical-coordinate representation of color #767FC6: hue angle of 233.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #767FC6 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 118 127 198 -
CMYK 0.40 0.36 0 0.22
HSL 233.25º 0.41% 0.62% -
HSV(B) 233.25º 0.4% 0.78% -
XYZ 25.25 23.11 56.56 -
YUV 132.4 165.02 117.73 -
System Red Green Blue C M Y K H S L
Decimal 118 127 198 0.40 0.36 0 0.22 233.25 0.41 0.62
Hex 76 7F C6 28 24 0 16 E9 29 3E
Octal 166 177 306 50 44 0 26 351 51 76
Binary 1110110 1111111 11000110 101000 100100 0 10110 11101001 101001 111110

Color Harmonies of #767FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767FC6

Black with #767FC6

Text Example


Text Example

White with #767FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767FC6; }

 p { color: rgb(118,127,198); }

 H1.HeaderClassName
 {
   color: #767FC6;
 }
 .AnyTagClassName
 {
   color: #767FC6;
 }
</style>

background-color css

<style>
 a { background-color: #767FC6; }

 a { background-color: rgb(118,127,198); }

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

border-color css

<style>
 span { border-color: #767FC6; }

 span { border-color: rgb(118,127,198); }

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