Html Css Color HEX #858BFA Light Slate Blue

📋 copy color: '#858BFA'

red 133 ◦ green 139 ◦ blue 250

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

Shades of Light Slate Blue #858BFA

Tints of Light Slate Blue #858BFA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.63%

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

R = 25.48%
G = 26.63%
B = 47.89%

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

#858BFA (or 0x858BFA) is known color: Light Slate Blue. HEX triplet: 85, 8B and FA. RGB value is (133,139,250). Sum of RGB (Red+Green+Blue) = 133+139+250=522 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.48% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #858BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858BFA is #7A7405. Grayscale: #959595. Windows color (decimal): -8025094 or 16419717. OLE color: 16419717.

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

Color convert

RGB 133 139 250 -
CMYK 0.47 0.44 0 0.02
HSL 236.92º 0.92% 0.75% -
HSV(B) 236.92º 0.47% 0.98% -
XYZ 36.16 30.35 94.4 -
YUV 149.86 184.51 115.97 -
System Red Green Blue C M Y K H S L
Decimal 133 139 250 0.47 0.44 0 0.02 236.92 0.92 0.75
Hex 85 8B FA 2F 2C 0 2 ED 5C 4B
Octal 205 213 372 57 54 0 2 355 134 113
Binary 10000101 10001011 11111010 101111 101100 0 10 11101101 1011100 1001011

Color Harmonies of #858BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858BFA

Black with #858BFA

Text Example


Text Example

White with #858BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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