Html Css Color HEX #868EBD Wild Blue Yonder

📋 copy color: '#868EBD'

red 134 ◦ green 142 ◦ blue 189

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

Shades of Wild Blue Yonder #868EBD

Tints of Wild Blue Yonder #868EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.65%

R = 28.82%
G = 30.54%
B = 40.65%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#868EBD (or 0x868EBD) is known color: Wild Blue Yonder. HEX triplet: 86, 8E and BD. RGB value is (134,142,189). Sum of RGB (Red+Green+Blue) = 134+142+189=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #868EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868EBD is #797142. Grayscale: #909090. Windows color (decimal): -7958851 or 12422790. OLE color: 12422790.

HSL color Cylindrical-coordinate representation of color #868EBD: hue angle of 231.27º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #868EBD is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 142 189 -
CMYK 0.29 0.25 0 0.26
HSL 231.27º 0.29% 0.63% -
HSV(B) 231.27º 0.29% 0.74% -
XYZ 28.69 28.09 52.05 -
YUV 144.97 152.85 120.18 -
System Red Green Blue C M Y K H S L
Decimal 134 142 189 0.29 0.25 0 0.26 231.27 0.29 0.63
Hex 86 8E BD 1D 19 0 1A E7 1D 3F
Octal 206 216 275 35 31 0 32 347 35 77
Binary 10000110 10001110 10111101 11101 11001 0 11010 11100111 11101 111111

Color Harmonies of #868EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868EBD

Black with #868EBD

Text Example


Text Example

White with #868EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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