Html Css Color HEX #868CBE Wild Blue Yonder

📋 copy color: '#868CBE'

red 134 ◦ green 140 ◦ blue 190

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

Shades of Wild Blue Yonder #868CBE

Tints of Wild Blue Yonder #868CBE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.17%

 BLUE value IS 190 (74.61% from 255) = 40.95%

R = 28.88%
G = 30.17%
B = 40.95%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#868CBE (or 0x868CBE) is known color: Wild Blue Yonder. HEX triplet: 86, 8C and BE. RGB value is (134,140,190). Sum of RGB (Red+Green+Blue) = 134+140+190=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #868CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868CBE is #797341. Grayscale: #8F8F8F. Windows color (decimal): -7959362 or 12487814. OLE color: 12487814.

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

Color convert

RGB 134 140 190 -
CMYK 0.29 0.26 0 0.25
HSL 233.57º 0.3% 0.64% -
HSV(B) 233.57º 0.29% 0.75% -
XYZ 28.5 27.54 52.53 -
YUV 143.91 154.01 120.93 -
System Red Green Blue C M Y K H S L
Decimal 134 140 190 0.29 0.26 0 0.25 233.57 0.3 0.64
Hex 86 8C BE 1D 1A 0 19 EA 1E 40
Octal 206 214 276 35 32 0 31 352 36 100
Binary 10000110 10001100 10111110 11101 11010 0 11001 11101010 11110 1000000

Color Harmonies of #868CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868CBE

Black with #868CBE

Text Example


Text Example

White with #868CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,140,190); }

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

background-color css

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

 a { background-color: rgb(134,140,190); }

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

border-color css

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

 span { border-color: rgb(134,140,190); }

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