Html Css Color HEX #858CFD Light Slate Blue

📋 copy color: '#858CFD'

red 133 ◦ green 140 ◦ blue 253

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

Shades of Light Slate Blue #858CFD

Tints of Light Slate Blue #858CFD

RGB

 RED value IS 133 (52.34% from 255) = 25.29%

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

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

R = 25.29%
G = 26.62%
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

#858CFD (or 0x858CFD) is known color: Light Slate Blue. HEX triplet: 85, 8C and FD. RGB value is (133,140,253). Sum of RGB (Red+Green+Blue) = 133+140+253=526 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.29% from 526); Green value is 140 (55.08% from 255 or 26.62% 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 #858CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858CFD is #7A7302. Grayscale: #969696. Windows color (decimal): -8024835 or 16616581. OLE color: 16616581.

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

Color convert

RGB 133 140 253 -
CMYK 0.47 0.45 0 0.01
HSL 236.5º 0.97% 0.76% -
HSV(B) 236.5º 0.47% 0.99% -
XYZ 36.78 30.83 96.94 -
YUV 150.79 185.68 115.31 -
System Red Green Blue C M Y K H S L
Decimal 133 140 253 0.47 0.45 0 0.01 236.5 0.97 0.76
Hex 85 8C FD 2F 2D 0 1 EC 61 4C
Octal 205 214 375 57 55 0 1 354 141 114
Binary 10000101 10001100 11111101 101111 101101 0 1 11101100 1100001 1001100

Color Harmonies of #858CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858CFD

Black with #858CFD

Text Example


Text Example

White with #858CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858CFD; }

 p { color: rgb(133,140,253); }

 H1.HeaderClassName
 {
   color: #858CFD;
 }
 .AnyTagClassName
 {
   color: #858CFD;
 }
</style>

background-color css

<style>
 a { background-color: #858CFD; }

 a { background-color: rgb(133,140,253); }

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

border-color css

<style>
 span { border-color: #858CFD; }

 span { border-color: rgb(133,140,253); }

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