Html Css Color HEX #858DFC Light Slate Blue

📋 copy color: '#858DFC'

red 133 ◦ green 141 ◦ blue 252

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

Shades of Light Slate Blue #858DFC

Tints of Light Slate Blue #858DFC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.81%

 BLUE value IS 252 (98.83% from 255) = 47.91%

R = 25.29%
G = 26.81%
B = 47.91%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#858DFC (or 0x858DFC) is known color: Light Slate Blue. HEX triplet: 85, 8D and FC. RGB value is (133,141,252). Sum of RGB (Red+Green+Blue) = 133+141+252=526 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.29% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #858DFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858DFC is #7A7203. Grayscale: #969696. Windows color (decimal): -8024580 or 16551301. OLE color: 16551301.

HSL color Cylindrical-coordinate representation of color #858DFC: hue angle of 235.97º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #858DFC is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 141 252 -
CMYK 0.47 0.44 0 0.01
HSL 235.97º 0.95% 0.75% -
HSV(B) 235.97º 0.47% 0.99% -
XYZ 36.77 31.06 96.15 -
YUV 151.26 184.85 114.97 -
System Red Green Blue C M Y K H S L
Decimal 133 141 252 0.47 0.44 0 0.01 235.97 0.95 0.75
Hex 85 8D FC 2F 2C 0 1 EC 5F 4B
Octal 205 215 374 57 54 0 1 354 137 113
Binary 10000101 10001101 11111100 101111 101100 0 1 11101100 1011111 1001011

Color Harmonies of #858DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858DFC

Black with #858DFC

Text Example


Text Example

White with #858DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,141,252); }

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

background-color css

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

 a { background-color: rgb(133,141,252); }

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

border-color css

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

 span { border-color: rgb(133,141,252); }

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