Html Css Color HEX #768BB9 Wild Blue Yonder

📋 copy color: '#768BB9'

red 118 ◦ green 139 ◦ blue 185

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

Shades of Wild Blue Yonder #768BB9

Tints of Wild Blue Yonder #768BB9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.45%

 BLUE value IS 185 (72.66% from 255) = 41.86%

R = 26.7%
G = 31.45%
B = 41.86%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#768BB9 (or 0x768BB9) is known color: Wild Blue Yonder. HEX triplet: 76, 8B and B9. RGB value is (118,139,185). Sum of RGB (Red+Green+Blue) = 118+139+185=442 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.70% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 185 - color contains mainly: blue. Hex color #768BB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768BB9 is #897446. Grayscale: #898989. Windows color (decimal): -9008199 or 12159862. OLE color: 12159862.

HSL color Cylindrical-coordinate representation of color #768BB9: hue angle of 221.19º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #768BB9 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 139 185 -
CMYK 0.36 0.25 0 0.27
HSL 221.19º 0.32% 0.59% -
HSV(B) 221.19º 0.36% 0.73% -
XYZ 25.46 25.82 49.54 -
YUV 137.97 154.54 113.76 -
System Red Green Blue C M Y K H S L
Decimal 118 139 185 0.36 0.25 0 0.27 221.19 0.32 0.59
Hex 76 8B B9 24 19 0 1B DD 20 3B
Octal 166 213 271 44 31 0 33 335 40 73
Binary 1110110 10001011 10111001 100100 11001 0 11011 11011101 100000 111011

Color Harmonies of #768BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768BB9

Black with #768BB9

Text Example


Text Example

White with #768BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768BB9; }

 p { color: rgb(118,139,185); }

 H1.HeaderClassName
 {
   color: #768BB9;
 }
 .AnyTagClassName
 {
   color: #768BB9;
 }
</style>

background-color css

<style>
 a { background-color: #768BB9; }

 a { background-color: rgb(118,139,185); }

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

border-color css

<style>
 span { border-color: #768BB9; }

 span { border-color: rgb(118,139,185); }

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