Html Css Color HEX #858FFB Light Slate Blue

📋 copy color: '#858FFB'

red 133 ◦ green 143 ◦ blue 251

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

Shades of Light Slate Blue #858FFB

Tints of Light Slate Blue #858FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.63%

R = 25.24%
G = 27.13%
B = 47.63%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#858FFB (or 0x858FFB) is known color: Light Slate Blue. HEX triplet: 85, 8F and FB. RGB value is (133,143,251). Sum of RGB (Red+Green+Blue) = 133+143+251=527 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.24% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #858FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858FFB is #7A7004. Grayscale: #979797. Windows color (decimal): -8024069 or 16486277. OLE color: 16486277.

HSL color Cylindrical-coordinate representation of color #858FFB: hue angle of 234.92º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #858FFB is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 143 251 -
CMYK 0.47 0.43 0 0.02
HSL 234.92º 0.94% 0.75% -
HSV(B) 234.92º 0.47% 0.98% -
XYZ 36.91 31.6 95.42 -
YUV 152.32 183.69 114.22 -
System Red Green Blue C M Y K H S L
Decimal 133 143 251 0.47 0.43 0 0.02 234.92 0.94 0.75
Hex 85 8F FB 2F 2B 0 2 EB 5E 4B
Octal 205 217 373 57 53 0 2 353 136 113
Binary 10000101 10001111 11111011 101111 101011 0 10 11101011 1011110 1001011

Color Harmonies of #858FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858FFB

Black with #858FFB

Text Example


Text Example

White with #858FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,143,251); }

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

background-color css

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

 a { background-color: rgb(133,143,251); }

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

border-color css

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

 span { border-color: rgb(133,143,251); }

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