Html Css Color HEX #7886CF Wild Blue Yonder

📋 copy color: '#7886CF'

red 120 ◦ green 134 ◦ blue 207

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

Shades of Wild Blue Yonder #7886CF

Tints of Wild Blue Yonder #7886CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.9%

R = 26.03%
G = 29.07%
B = 44.9%

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

#7886CF (or 0x7886CF) is known color: Wild Blue Yonder. HEX triplet: 78, 86 and CF. RGB value is (120,134,207). Sum of RGB (Red+Green+Blue) = 120+134+207=461 (61% of max value = 765). Red value is 120 (47.27% from 255 or 26.03% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #7886CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7886CF is #877930. Grayscale: #898989. Windows color (decimal): -8878385 or 13600376. OLE color: 13600376.

HSL color Cylindrical-coordinate representation of color #7886CF: hue angle of 230.34º degrees, saturation: 0.48, 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 #7886CF is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 134 207 -
CMYK 0.42 0.35 0 0.19
HSL 230.34º 0.48% 0.64% -
HSV(B) 230.34º 0.42% 0.81% -
XYZ 27.53 25.55 62.51 -
YUV 138.14 166.86 115.06 -
System Red Green Blue C M Y K H S L
Decimal 120 134 207 0.42 0.35 0 0.19 230.34 0.48 0.64
Hex 78 86 CF 2A 23 0 13 E6 30 40
Octal 170 206 317 52 43 0 23 346 60 100
Binary 1111000 10000110 11001111 101010 100011 0 10011 11100110 110000 1000000

Color Harmonies of #7886CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7886CF

Black with #7886CF

Text Example


Text Example

White with #7886CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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