Html Css Color HEX #858EFA Light Slate Blue

📋 copy color: '#858EFA'

red 133 ◦ green 142 ◦ blue 250

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

Shades of Light Slate Blue #858EFA

Tints of Light Slate Blue #858EFA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.05%

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

R = 25.33%
G = 27.05%
B = 47.62%

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

#858EFA (or 0x858EFA) is known color: Light Slate Blue. HEX triplet: 85, 8E and FA. RGB value is (133,142,250). Sum of RGB (Red+Green+Blue) = 133+142+250=525 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.33% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #858EFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858EFA is #7A7105. Grayscale: #979797. Windows color (decimal): -8024326 or 16420485. OLE color: 16420485.

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

Color convert

RGB 133 142 250 -
CMYK 0.47 0.43 0 0.02
HSL 235.38º 0.92% 0.75% -
HSV(B) 235.38º 0.47% 0.98% -
XYZ 36.6 31.23 94.54 -
YUV 151.62 183.52 114.72 -
System Red Green Blue C M Y K H S L
Decimal 133 142 250 0.47 0.43 0 0.02 235.38 0.92 0.75
Hex 85 8E FA 2F 2B 0 2 EB 5C 4B
Octal 205 216 372 57 53 0 2 353 134 113
Binary 10000101 10001110 11111010 101111 101011 0 10 11101011 1011100 1001011

Color Harmonies of #858EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858EFA

Black with #858EFA

Text Example


Text Example

White with #858EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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