Html Css Color HEX #768BB7 Wild Blue Yonder

📋 copy color: '#768BB7'

red 118 ◦ green 139 ◦ blue 183

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

Shades of Wild Blue Yonder #768BB7

Tints of Wild Blue Yonder #768BB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.59%

R = 26.82%
G = 31.59%
B = 41.59%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#768BB7 (or 0x768BB7) is known color: Wild Blue Yonder. HEX triplet: 76, 8B and B7. RGB value is (118,139,183). Sum of RGB (Red+Green+Blue) = 118+139+183=440 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.82% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 183 (71.88% from 255 or 41.59% from 440); Max value from RGB is 183 - color contains mainly: blue. Hex color #768BB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768BB7 is #897448. Grayscale: #898989. Windows color (decimal): -9008201 or 12028790. OLE color: 12028790.

HSL color Cylindrical-coordinate representation of color #768BB7: hue angle of 220.62º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #768BB7 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 118 139 183 -
CMYK 0.36 0.24 0 0.28
HSL 220.62º 0.31% 0.59% -
HSV(B) 220.62º 0.36% 0.72% -
XYZ 25.25 25.74 48.44 -
YUV 137.74 153.54 113.92 -
System Red Green Blue C M Y K H S L
Decimal 118 139 183 0.36 0.24 0 0.28 220.62 0.31 0.59
Hex 76 8B B7 24 18 0 1C DD 1F 3B
Octal 166 213 267 44 30 0 34 335 37 73
Binary 1110110 10001011 10110111 100100 11000 0 11100 11011101 11111 111011

Color Harmonies of #768BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768BB7

Black with #768BB7

Text Example


Text Example

White with #768BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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