Html Css Color HEX #768ABC Wild Blue Yonder

📋 copy color: '#768ABC'

red 118 ◦ green 138 ◦ blue 188

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

Shades of Wild Blue Yonder #768ABC

Tints of Wild Blue Yonder #768ABC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.08%

 BLUE value IS 188 (73.83% from 255) = 42.34%

R = 26.58%
G = 31.08%
B = 42.34%

CMYK

 C value IS 0.37

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#768ABC (or 0x768ABC) is known color: Wild Blue Yonder. HEX triplet: 76, 8A and BC. RGB value is (118,138,188). Sum of RGB (Red+Green+Blue) = 118+138+188=444 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.58% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #768ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768ABC is #897543. Grayscale: #898989. Windows color (decimal): -9008452 or 12356214. OLE color: 12356214.

HSL color Cylindrical-coordinate representation of color #768ABC: hue angle of 222.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #768ABC is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 138 188 -
CMYK 0.37 0.27 0 0.26
HSL 222.86º 0.34% 0.6% -
HSV(B) 222.86º 0.37% 0.74% -
XYZ 25.64 25.66 51.18 -
YUV 137.72 156.37 113.93 -
System Red Green Blue C M Y K H S L
Decimal 118 138 188 0.37 0.27 0 0.26 222.86 0.34 0.6
Hex 76 8A BC 25 1B 0 1A DF 22 3C
Octal 166 212 274 45 33 0 32 337 42 74
Binary 1110110 10001010 10111100 100101 11011 0 11010 11011111 100010 111100

Color Harmonies of #768ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768ABC

Black with #768ABC

Text Example


Text Example

White with #768ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,138,188); }

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

background-color css

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

 a { background-color: rgb(118,138,188); }

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

border-color css

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

 span { border-color: rgb(118,138,188); }

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