Html Css Color HEX #868FBE Wild Blue Yonder

📋 copy color: '#868FBE'

red 134 ◦ green 143 ◦ blue 190

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

Shades of Wild Blue Yonder #868FBE

Tints of Wild Blue Yonder #868FBE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.62%

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

R = 28.69%
G = 30.62%
B = 40.69%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#868FBE (or 0x868FBE) is known color: Wild Blue Yonder. HEX triplet: 86, 8F and BE. RGB value is (134,143,190). Sum of RGB (Red+Green+Blue) = 134+143+190=467 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.69% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #868FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868FBE is #797041. Grayscale: #919191. Windows color (decimal): -7958594 or 12488582. OLE color: 12488582.

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

Color convert

RGB 134 143 190 -
CMYK 0.29 0.25 0 0.25
HSL 230.36º 0.3% 0.64% -
HSV(B) 230.36º 0.29% 0.75% -
XYZ 28.95 28.43 52.68 -
YUV 145.67 153.02 119.68 -
System Red Green Blue C M Y K H S L
Decimal 134 143 190 0.29 0.25 0 0.25 230.36 0.3 0.64
Hex 86 8F BE 1D 19 0 19 E6 1E 40
Octal 206 217 276 35 31 0 31 346 36 100
Binary 10000110 10001111 10111110 11101 11001 0 11001 11100110 11110 1000000

Color Harmonies of #868FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868FBE

Black with #868FBE

Text Example


Text Example

White with #868FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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