Html Css Color HEX #857AFB Light Slate Blue

📋 copy color: '#857AFB'

red 133 ◦ green 122 ◦ blue 251

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

Shades of Light Slate Blue #857AFB

Tints of Light Slate Blue #857AFB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.11%

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

R = 26.28%
G = 24.11%
B = 49.6%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#857AFB (or 0x857AFB) is known color: Light Slate Blue. HEX triplet: 85, 7A and FB. RGB value is (133,122,251). Sum of RGB (Red+Green+Blue) = 133+122+251=506 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.28% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #857AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857AFB is #7A8504. Grayscale: #8B8B8B. Windows color (decimal): -8029445 or 16480901. OLE color: 16480901.

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

Color convert

RGB 133 122 251 -
CMYK 0.47 0.51 0 0.02
HSL 245.12º 0.94% 0.73% -
HSV(B) 245.12º 0.51% 0.98% -
XYZ 34.04 25.87 94.47 -
YUV 140 190.64 123.01 -
System Red Green Blue C M Y K H S L
Decimal 133 122 251 0.47 0.51 0 0.02 245.12 0.94 0.73
Hex 85 7A FB 2F 33 0 2 F5 5E 49
Octal 205 172 373 57 63 0 2 365 136 111
Binary 10000101 1111010 11111011 101111 110011 0 10 11110101 1011110 1001001

Color Harmonies of #857AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857AFB

Black with #857AFB

Text Example


Text Example

White with #857AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857AFB; }

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

 H1.HeaderClassName
 {
   color: #857AFB;
 }
 .AnyTagClassName
 {
   color: #857AFB;
 }
</style>

background-color css

<style>
 a { background-color: #857AFB; }

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

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

border-color css

<style>
 span { border-color: #857AFB; }

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

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