Html Css Color HEX #7886CE Wild Blue Yonder

📋 copy color: '#7886CE'

red 120 ◦ green 134 ◦ blue 206

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

Shades of Wild Blue Yonder #7886CE

Tints of Wild Blue Yonder #7886CE

RGB

 RED value IS 120 (47.27% from 255) = 26.09%

 GREEN value IS 134 (52.73% from 255) = 29.13%

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 26.09%
G = 29.13%
B = 44.78%

CMYK

 C value IS 0.42

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7886CE (or 0x7886CE) is known color: Wild Blue Yonder. HEX triplet: 78, 86 and CE. RGB value is (120,134,206). Sum of RGB (Red+Green+Blue) = 120+134+206=460 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.09% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #7886CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7886CE is #877931. Grayscale: #898989. Windows color (decimal): -8878386 or 13534840. OLE color: 13534840.

HSL color Cylindrical-coordinate representation of color #7886CE: hue angle of 230.23º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7886CE is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 134 206 -
CMYK 0.42 0.35 0 0.19
HSL 230.23º 0.47% 0.64% -
HSV(B) 230.23º 0.42% 0.81% -
XYZ 27.41 25.5 61.87 -
YUV 138.02 166.36 115.15 -
System Red Green Blue C M Y K H S L
Decimal 120 134 206 0.42 0.35 0 0.19 230.23 0.47 0.64
Hex 78 86 CE 2A 23 0 13 E6 2F 40
Octal 170 206 316 52 43 0 23 346 57 100
Binary 1111000 10000110 11001110 101010 100011 0 10011 11100110 101111 1000000

Color Harmonies of #7886CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7886CE

Black with #7886CE

Text Example


Text Example

White with #7886CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7886CE; }

 p { color: rgb(120,134,206); }

 H1.HeaderClassName
 {
   color: #7886CE;
 }
 .AnyTagClassName
 {
   color: #7886CE;
 }
</style>

background-color css

<style>
 a { background-color: #7886CE; }

 a { background-color: rgb(120,134,206); }

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

border-color css

<style>
 span { border-color: #7886CE; }

 span { border-color: rgb(120,134,206); }

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