Html Css Color HEX #9875FC Light Slate Blue

📋 copy color: '#9875FC'

red 152 ◦ green 117 ◦ blue 252

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

Shades of Light Slate Blue #9875FC

Tints of Light Slate Blue #9875FC

RGB

 RED value IS 152 (59.77% from 255) = 29.17%

 GREEN value IS 117 (46.09% from 255) = 22.46%

 BLUE value IS 252 (98.83% from 255) = 48.37%

R = 29.17%
G = 22.46%
B = 48.37%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9875FC (or 0x9875FC) is known color: Light Slate Blue. HEX triplet: 98, 75 and FC. RGB value is (152,117,252). Sum of RGB (Red+Green+Blue) = 152+117+252=521 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.17% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #9875FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9875FC is #678A03. Grayscale: #8E8E8E. Windows color (decimal): -6785540 or 16545176. OLE color: 16545176.

HSL color Cylindrical-coordinate representation of color #9875FC: hue angle of 255.56º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9875FC is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 152 117 252 -
CMYK 0.40 0.54 0 0.01
HSL 255.56º 0.96% 0.72% -
HSV(B) 255.56º 0.54% 0.99% -
XYZ 36.88 26.43 95.25 -
YUV 142.86 189.6 134.52 -
System Red Green Blue C M Y K H S L
Decimal 152 117 252 0.40 0.54 0 0.01 255.56 0.96 0.72
Hex 98 75 FC 28 36 0 1 100 60 48
Octal 230 165 374 50 66 0 1 400 140 110
Binary 10011000 1110101 11111100 101000 110110 0 1 100000000 1100000 1001000

Color Harmonies of #9875FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9875FC

Black with #9875FC

Text Example


Text Example

White with #9875FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9875FC; }

 p { color: rgb(152,117,252); }

 H1.HeaderClassName
 {
   color: #9875FC;
 }
 .AnyTagClassName
 {
   color: #9875FC;
 }
</style>

background-color css

<style>
 a { background-color: #9875FC; }

 a { background-color: rgb(152,117,252); }

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

border-color css

<style>
 span { border-color: #9875FC; }

 span { border-color: rgb(152,117,252); }

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