Html Css Color HEX #868DBB Wild Blue Yonder

📋 copy color: '#868DBB'

red 134 ◦ green 141 ◦ blue 187

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

Shades of Wild Blue Yonder #868DBB

Tints of Wild Blue Yonder #868DBB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.52%

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

R = 29%
G = 30.52%
B = 40.48%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#868DBB (or 0x868DBB) is known color: Wild Blue Yonder. HEX triplet: 86, 8D and BB. RGB value is (134,141,187). Sum of RGB (Red+Green+Blue) = 134+141+187=462 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.00% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #868DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868DBB is #797244. Grayscale: #8F8F8F. Windows color (decimal): -7959109 or 12291462. OLE color: 12291462.

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

Color convert

RGB 134 141 187 -
CMYK 0.28 0.25 0 0.27
HSL 232.08º 0.28% 0.63% -
HSV(B) 232.08º 0.28% 0.73% -
XYZ 28.33 27.71 50.87 -
YUV 144.15 152.18 120.76 -
System Red Green Blue C M Y K H S L
Decimal 134 141 187 0.28 0.25 0 0.27 232.08 0.28 0.63
Hex 86 8D BB 1C 19 0 1B E8 1C 3F
Octal 206 215 273 34 31 0 33 350 34 77
Binary 10000110 10001101 10111011 11100 11001 0 11011 11101000 11100 111111

Color Harmonies of #868DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868DBB

Black with #868DBB

Text Example


Text Example

White with #868DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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