Html Css Color HEX #7886D1 Wild Blue Yonder

📋 copy color: '#7886D1'

red 120 ◦ green 134 ◦ blue 209

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

Shades of Wild Blue Yonder #7886D1

Tints of Wild Blue Yonder #7886D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 45.14%

R = 25.92%
G = 28.94%
B = 45.14%

CMYK

 C value IS 0.43

 M value IS 0.36

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7886D1 (or 0x7886D1) is known color: Wild Blue Yonder. HEX triplet: 78, 86 and D1. RGB value is (120,134,209). Sum of RGB (Red+Green+Blue) = 120+134+209=463 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.92% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 209 - color contains mainly: blue. Hex color #7886D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7886D1 is #87792E. Grayscale: #8A8A8A. Windows color (decimal): -8878383 or 13731448. OLE color: 13731448.

HSL color Cylindrical-coordinate representation of color #7886D1: hue angle of 230.56º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7886D1 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 120 134 209 -
CMYK 0.43 0.36 0 0.18
HSL 230.56º 0.49% 0.65% -
HSV(B) 230.56º 0.43% 0.82% -
XYZ 27.78 25.65 63.81 -
YUV 138.36 167.86 114.9 -
System Red Green Blue C M Y K H S L
Decimal 120 134 209 0.43 0.36 0 0.18 230.56 0.49 0.65
Hex 78 86 D1 2B 24 0 12 E7 31 41
Octal 170 206 321 53 44 0 22 347 61 101
Binary 1111000 10000110 11010001 101011 100100 0 10010 11100111 110001 1000001

Color Harmonies of #7886D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7886D1

Black with #7886D1

Text Example


Text Example

White with #7886D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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