Html Css Color HEX #868EBA Wild Blue Yonder

📋 copy color: '#868EBA'

red 134 ◦ green 142 ◦ blue 186

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

Shades of Wild Blue Yonder #868EBA

Tints of Wild Blue Yonder #868EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.26%

R = 29%
G = 30.74%
B = 40.26%

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

#868EBA (or 0x868EBA) is known color: Wild Blue Yonder. HEX triplet: 86, 8E and BA. RGB value is (134,142,186). Sum of RGB (Red+Green+Blue) = 134+142+186=462 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.00% from 462); Green value is 142 (55.86% from 255 or 30.74% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #868EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868EBA is #797145. Grayscale: #909090. Windows color (decimal): -7958854 or 12226182. OLE color: 12226182.

HSL color Cylindrical-coordinate representation of color #868EBA: hue angle of 230.77º degrees, saturation: 0.27, 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 #868EBA is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 142 186 -
CMYK 0.28 0.24 0 0.27
HSL 230.77º 0.27% 0.63% -
HSV(B) 230.77º 0.28% 0.73% -
XYZ 28.37 27.96 50.36 -
YUV 144.62 151.35 120.42 -
System Red Green Blue C M Y K H S L
Decimal 134 142 186 0.28 0.24 0 0.27 230.77 0.27 0.63
Hex 86 8E BA 1C 18 0 1B E7 1B 3F
Octal 206 216 272 34 30 0 33 347 33 77
Binary 10000110 10001110 10111010 11100 11000 0 11011 11100111 11011 111111

Color Harmonies of #868EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868EBA

Black with #868EBA

Text Example


Text Example

White with #868EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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