Html Css Color HEX #768EC8 Wild Blue Yonder

📋 copy color: '#768EC8'

red 118 ◦ green 142 ◦ blue 200

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

Shades of Wild Blue Yonder #768EC8

Tints of Wild Blue Yonder #768EC8

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.87%

 BLUE value IS 200 (78.52% from 255) = 43.48%

R = 25.65%
G = 30.87%
B = 43.48%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#768EC8 (or 0x768EC8) is known color: Wild Blue Yonder. HEX triplet: 76, 8E and C8. RGB value is (118,142,200). Sum of RGB (Red+Green+Blue) = 118+142+200=460 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.65% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 200 (78.52% from 255 or 43.48% from 460); Max value from RGB is 200 - color contains mainly: blue. Hex color #768EC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768EC8 is #897137. Grayscale: #8D8D8D. Windows color (decimal): -9007416 or 13143670. OLE color: 13143670.

HSL color Cylindrical-coordinate representation of color #768EC8: hue angle of 222.44º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #768EC8 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 118 142 200 -
CMYK 0.41 0.29 0 0.22
HSL 222.44º 0.43% 0.62% -
HSV(B) 222.44º 0.41% 0.78% -
XYZ 27.57 27.37 58.47 -
YUV 141.44 161.05 111.28 -
System Red Green Blue C M Y K H S L
Decimal 118 142 200 0.41 0.29 0 0.22 222.44 0.43 0.62
Hex 76 8E C8 29 1D 0 16 DE 2B 3E
Octal 166 216 310 51 35 0 26 336 53 76
Binary 1110110 10001110 11001000 101001 11101 0 10110 11011110 101011 111110

Color Harmonies of #768EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768EC8

Black with #768EC8

Text Example


Text Example

White with #768EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,142,200); }

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

background-color css

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

 a { background-color: rgb(118,142,200); }

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

border-color css

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

 span { border-color: rgb(118,142,200); }

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