Html Css Color HEX #858CFA Light Slate Blue

📋 copy color: '#858CFA'

red 133 ◦ green 140 ◦ blue 250

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

Shades of Light Slate Blue #858CFA

Tints of Light Slate Blue #858CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.8%

R = 25.43%
G = 26.77%
B = 47.8%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#858CFA (or 0x858CFA) is known color: Light Slate Blue. HEX triplet: 85, 8C and FA. RGB value is (133,140,250). Sum of RGB (Red+Green+Blue) = 133+140+250=523 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.43% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #858CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858CFA is #7A7305. Grayscale: #969696. Windows color (decimal): -8024838 or 16419973. OLE color: 16419973.

HSL color Cylindrical-coordinate representation of color #858CFA: hue angle of 236.41º degrees, saturation: 0.92, 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 #858CFA is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 140 250 -
CMYK 0.47 0.44 0 0.02
HSL 236.41º 0.92% 0.75% -
HSV(B) 236.41º 0.47% 0.98% -
XYZ 36.31 30.64 94.44 -
YUV 150.45 184.18 115.56 -
System Red Green Blue C M Y K H S L
Decimal 133 140 250 0.47 0.44 0 0.02 236.41 0.92 0.75
Hex 85 8C FA 2F 2C 0 2 EC 5C 4B
Octal 205 214 372 57 54 0 2 354 134 113
Binary 10000101 10001100 11111010 101111 101100 0 10 11101100 1011100 1001011

Color Harmonies of #858CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858CFA

Black with #858CFA

Text Example


Text Example

White with #858CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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