Html Css Color HEX #768FB9 Wild Blue Yonder

📋 copy color: '#768FB9'

red 118 ◦ green 143 ◦ blue 185

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

Shades of Wild Blue Yonder #768FB9

Tints of Wild Blue Yonder #768FB9

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.06%

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

R = 26.46%
G = 32.06%
B = 41.48%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#768FB9 (or 0x768FB9) is known color: Wild Blue Yonder. HEX triplet: 76, 8F and B9. RGB value is (118,143,185). Sum of RGB (Red+Green+Blue) = 118+143+185=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 185 - color contains mainly: blue. Hex color #768FB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768FB9 is #897046. Grayscale: #8C8C8C. Windows color (decimal): -9007175 or 12160886. OLE color: 12160886.

HSL color Cylindrical-coordinate representation of color #768FB9: hue angle of 217.61º 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 #768FB9 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 143 185 -
CMYK 0.36 0.23 0 0.27
HSL 217.61º 0.32% 0.59% -
HSV(B) 217.61º 0.36% 0.73% -
XYZ 26.05 27 49.74 -
YUV 140.31 153.22 112.08 -
System Red Green Blue C M Y K H S L
Decimal 118 143 185 0.36 0.23 0 0.27 217.61 0.32 0.59
Hex 76 8F B9 24 17 0 1B DA 20 3B
Octal 166 217 271 44 27 0 33 332 40 73
Binary 1110110 10001111 10111001 100100 10111 0 11011 11011010 100000 111011

Color Harmonies of #768FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768FB9

Black with #768FB9

Text Example


Text Example

White with #768FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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