Html Css Color HEX #857CFD Light Slate Blue

📋 copy color: '#857CFD'

red 133 ◦ green 124 ◦ blue 253

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

Shades of Light Slate Blue #857CFD

Tints of Light Slate Blue #857CFD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.31%

 BLUE value IS 253 (99.22% from 255) = 49.61%

R = 26.08%
G = 24.31%
B = 49.61%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#857CFD (or 0x857CFD) is known color: Light Slate Blue. HEX triplet: 85, 7C and FD. RGB value is (133,124,253). Sum of RGB (Red+Green+Blue) = 133+124+253=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #857CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857CFD is #7A8302. Grayscale: #8C8C8C. Windows color (decimal): -8028931 or 16612485. OLE color: 16612485.

HSL color Cylindrical-coordinate representation of color #857CFD: hue angle of 244.19º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #857CFD is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 124 253 -
CMYK 0.47 0.51 0 0.01
HSL 244.19º 0.97% 0.74% -
HSV(B) 244.19º 0.51% 0.99% -
XYZ 34.61 26.49 96.22 -
YUV 141.4 190.98 122.01 -
System Red Green Blue C M Y K H S L
Decimal 133 124 253 0.47 0.51 0 0.01 244.19 0.97 0.74
Hex 85 7C FD 2F 33 0 1 F4 61 4A
Octal 205 174 375 57 63 0 1 364 141 112
Binary 10000101 1111100 11111101 101111 110011 0 1 11110100 1100001 1001010

Color Harmonies of #857CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857CFD

Black with #857CFD

Text Example


Text Example

White with #857CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,124,253); }

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

background-color css

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

 a { background-color: rgb(133,124,253); }

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

border-color css

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

 span { border-color: rgb(133,124,253); }

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