Html Css Color HEX #868FFD Light Slate Blue

📋 copy color: '#868FFD'

red 134 ◦ green 143 ◦ blue 253

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

Shades of Light Slate Blue #868FFD

Tints of Light Slate Blue #868FFD

RGB

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

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

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

R = 25.28%
G = 26.98%
B = 47.74%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#868FFD (or 0x868FFD) is known color: Light Slate Blue. HEX triplet: 86, 8F and FD. RGB value is (134,143,253). Sum of RGB (Red+Green+Blue) = 134+143+253=530 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.28% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #868FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #868FFD is #797002. Grayscale: #989898. Windows color (decimal): -7958531 or 16617350. OLE color: 16617350.

HSL color Cylindrical-coordinate representation of color #868FFD: hue angle of 235.46º 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 #868FFD is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 134 143 253 -
CMYK 0.47 0.43 0 0.01
HSL 235.46º 0.97% 0.76% -
HSV(B) 235.46º 0.47% 0.99% -
XYZ 37.38 31.81 97.1 -
YUV 152.85 184.52 114.56 -
System Red Green Blue C M Y K H S L
Decimal 134 143 253 0.47 0.43 0 0.01 235.46 0.97 0.76
Hex 86 8F FD 2F 2B 0 1 EB 61 4C
Octal 206 217 375 57 53 0 1 353 141 114
Binary 10000110 10001111 11111101 101111 101011 0 1 11101011 1100001 1001100

Color Harmonies of #868FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868FFD

Black with #868FFD

Text Example


Text Example

White with #868FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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