Html Css Color HEX #868ABE Wild Blue Yonder

📋 copy color: '#868ABE'

red 134 ◦ green 138 ◦ blue 190

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

Shades of Wild Blue Yonder #868ABE

Tints of Wild Blue Yonder #868ABE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.87%

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

R = 29%
G = 29.87%
B = 41.13%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#868ABE (or 0x868ABE) is known color: Wild Blue Yonder. HEX triplet: 86, 8A and BE. RGB value is (134,138,190). Sum of RGB (Red+Green+Blue) = 134+138+190=462 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.00% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #868ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868ABE is #797541. Grayscale: #8E8E8E. Windows color (decimal): -7959874 or 12487302. OLE color: 12487302.

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

Color convert

RGB 134 138 190 -
CMYK 0.29 0.27 0 0.25
HSL 235.71º 0.3% 0.64% -
HSV(B) 235.71º 0.29% 0.75% -
XYZ 28.21 26.96 52.43 -
YUV 142.73 154.67 121.77 -
System Red Green Blue C M Y K H S L
Decimal 134 138 190 0.29 0.27 0 0.25 235.71 0.3 0.64
Hex 86 8A BE 1D 1B 0 19 EC 1E 40
Octal 206 212 276 35 33 0 31 354 36 100
Binary 10000110 10001010 10111110 11101 11011 0 11001 11101100 11110 1000000

Color Harmonies of #868ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868ABE

Black with #868ABE

Text Example


Text Example

White with #868ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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