Html Css Color HEX #868CFE Light Slate Blue

📋 copy color: '#868CFE'

red 134 ◦ green 140 ◦ blue 254

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

Shades of Light Slate Blue #868CFE

Tints of Light Slate Blue #868CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.11%

R = 25.38%
G = 26.52%
B = 48.11%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#868CFE (or 0x868CFE) is known color: Light Slate Blue. HEX triplet: 86, 8C and FE. RGB value is (134,140,254). Sum of RGB (Red+Green+Blue) = 134+140+254=528 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.38% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #868CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #868CFE is #797301. Grayscale: #969696. Windows color (decimal): -7959298 or 16682118. OLE color: 16682118.

HSL color Cylindrical-coordinate representation of color #868CFE: hue angle of 237º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #868CFE is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 134 140 254 -
CMYK 0.47 0.45 0 0.00
HSL 237º 0.98% 0.76% -
HSV(B) 237º 0.47% 1% -
XYZ 37.1 30.98 97.79 -
YUV 151.2 186.01 115.73 -
System Red Green Blue C M Y K H S L
Decimal 134 140 254 0.47 0.45 0 0.00 237 0.98 0.76
Hex 86 8C FE 2F 2D 0 0 ED 62 4C
Octal 206 214 376 57 55 0 0 355 142 114
Binary 10000110 10001100 11111110 101111 101101 0 0 11101101 1100010 1001100

Color Harmonies of #868CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868CFE

Black with #868CFE

Text Example


Text Example

White with #868CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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