Html Css Color HEX #868BFD Light Slate Blue

📋 copy color: '#868BFD'

red 134 ◦ green 139 ◦ blue 253

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

Shades of Light Slate Blue #868BFD

Tints of Light Slate Blue #868BFD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.43%

 BLUE value IS 253 (99.22% from 255) = 48.1%

R = 25.48%
G = 26.43%
B = 48.1%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#868BFD (or 0x868BFD) is known color: Light Slate Blue. HEX triplet: 86, 8B and FD. RGB value is (134,139,253). Sum of RGB (Red+Green+Blue) = 134+139+253=526 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.48% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #868BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #868BFD is #797402. Grayscale: #969696. Windows color (decimal): -7959555 or 16616326. OLE color: 16616326.

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

Color convert

RGB 134 139 253 -
CMYK 0.47 0.45 0 0.01
HSL 237.48º 0.97% 0.76% -
HSV(B) 237.48º 0.47% 0.99% -
XYZ 36.79 30.63 96.9 -
YUV 150.5 185.84 116.23 -
System Red Green Blue C M Y K H S L
Decimal 134 139 253 0.47 0.45 0 0.01 237.48 0.97 0.76
Hex 86 8B FD 2F 2D 0 1 ED 61 4C
Octal 206 213 375 57 55 0 1 355 141 114
Binary 10000110 10001011 11111101 101111 101101 0 1 11101101 1100001 1001100

Color Harmonies of #868BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868BFD

Black with #868BFD

Text Example


Text Example

White with #868BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,139,253); }

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

background-color css

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

 a { background-color: rgb(134,139,253); }

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

border-color css

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

 span { border-color: rgb(134,139,253); }

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