Html Css Color HEX #875BFB Light Slate Blue

📋 copy color: '#875BFB'

red 135 ◦ green 91 ◦ blue 251

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

Shades of Light Slate Blue #875BFB

Tints of Light Slate Blue #875BFB

RGB

 RED value IS 135 (53.13% from 255) = 28.3%

 GREEN value IS 91 (35.94% from 255) = 19.08%

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

R = 28.3%
G = 19.08%
B = 52.62%

CMYK

 C value IS 0.46

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#875BFB (or 0x875BFB) is known color: Light Slate Blue. HEX triplet: 87, 5B and FB. RGB value is (135,91,251). Sum of RGB (Red+Green+Blue) = 135+91+251=477 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.30% from 477); Green value is 91 (35.94% from 255 or 19.08% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #875BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875BFB is #78A404. Grayscale: #797979. Windows color (decimal): -7906309 or 16472967. OLE color: 16472967.

HSL color Cylindrical-coordinate representation of color #875BFB: hue angle of 256.5º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #875BFB is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 135 91 251 -
CMYK 0.46 0.64 0 0.02
HSL 256.5º 0.95% 0.67% -
HSV(B) 256.5º 0.64% 0.98% -
XYZ 31.15 19.6 93.41 -
YUV 122.4 200.58 136.99 -
System Red Green Blue C M Y K H S L
Decimal 135 91 251 0.46 0.64 0 0.02 256.5 0.95 0.67
Hex 87 5B FB 2E 40 0 2 100 5F 43
Octal 207 133 373 56 100 0 2 400 137 103
Binary 10000111 1011011 11111011 101110 1000000 0 10 100000000 1011111 1000011

Color Harmonies of #875BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875BFB

Black with #875BFB

Text Example


Text Example

White with #875BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875BFB; }

 p { color: rgb(135,91,251); }

 H1.HeaderClassName
 {
   color: #875BFB;
 }
 .AnyTagClassName
 {
   color: #875BFB;
 }
</style>

background-color css

<style>
 a { background-color: #875BFB; }

 a { background-color: rgb(135,91,251); }

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

border-color css

<style>
 span { border-color: #875BFB; }

 span { border-color: rgb(135,91,251); }

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