Html Css Color HEX #868DBE Wild Blue Yonder

📋 copy color: '#868DBE'

red 134 ◦ green 141 ◦ blue 190

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

Shades of Wild Blue Yonder #868DBE

Tints of Wild Blue Yonder #868DBE

RGB

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

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

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

R = 28.82%
G = 30.32%
B = 40.86%

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

#868DBE (or 0x868DBE) is known color: Wild Blue Yonder. HEX triplet: 86, 8D and BE. RGB value is (134,141,190). Sum of RGB (Red+Green+Blue) = 134+141+190=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #868DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868DBE is #797241. Grayscale: #909090. Windows color (decimal): -7959106 or 12488070. OLE color: 12488070.

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

Color convert

RGB 134 141 190 -
CMYK 0.29 0.26 0 0.25
HSL 232.5º 0.3% 0.64% -
HSV(B) 232.5º 0.29% 0.75% -
XYZ 28.65 27.84 52.58 -
YUV 144.49 153.68 120.52 -
System Red Green Blue C M Y K H S L
Decimal 134 141 190 0.29 0.26 0 0.25 232.5 0.3 0.64
Hex 86 8D BE 1D 1A 0 19 E8 1E 40
Octal 206 215 276 35 32 0 31 350 36 100
Binary 10000110 10001101 10111110 11101 11010 0 11001 11101000 11110 1000000

Color Harmonies of #868DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868DBE

Black with #868DBE

Text Example


Text Example

White with #868DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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