Html Css Color HEX #868EBB Wild Blue Yonder

📋 copy color: '#868EBB'

red 134 ◦ green 142 ◦ blue 187

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

Shades of Wild Blue Yonder #868EBB

Tints of Wild Blue Yonder #868EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.39%

R = 28.94%
G = 30.67%
B = 40.39%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#868EBB (or 0x868EBB) is known color: Wild Blue Yonder. HEX triplet: 86, 8E and BB. RGB value is (134,142,187). Sum of RGB (Red+Green+Blue) = 134+142+187=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #868EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868EBB is #797144. Grayscale: #909090. Windows color (decimal): -7958853 or 12291718. OLE color: 12291718.

HSL color Cylindrical-coordinate representation of color #868EBB: hue angle of 230.94º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #868EBB is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 142 187 -
CMYK 0.28 0.24 0 0.27
HSL 230.94º 0.28% 0.63% -
HSV(B) 230.94º 0.28% 0.73% -
XYZ 28.47 28 50.92 -
YUV 144.74 151.85 120.34 -
System Red Green Blue C M Y K H S L
Decimal 134 142 187 0.28 0.24 0 0.27 230.94 0.28 0.63
Hex 86 8E BB 1C 18 0 1B E7 1C 3F
Octal 206 216 273 34 30 0 33 347 34 77
Binary 10000110 10001110 10111011 11100 11000 0 11011 11100111 11100 111111

Color Harmonies of #868EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868EBB

Black with #868EBB

Text Example


Text Example

White with #868EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868EBB; }

 p { color: rgb(134,142,187); }

 H1.HeaderClassName
 {
   color: #868EBB;
 }
 .AnyTagClassName
 {
   color: #868EBB;
 }
</style>

background-color css

<style>
 a { background-color: #868EBB; }

 a { background-color: rgb(134,142,187); }

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

border-color css

<style>
 span { border-color: #868EBB; }

 span { border-color: rgb(134,142,187); }

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