Html Css Color HEX #9881FD Light Slate Blue

📋 copy color: '#9881FD'

red 152 ◦ green 129 ◦ blue 253

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

Shades of Light Slate Blue #9881FD

Tints of Light Slate Blue #9881FD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.16%

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

R = 28.46%
G = 24.16%
B = 47.38%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9881FD (or 0x9881FD) is known color: Light Slate Blue. HEX triplet: 98, 81 and FD. RGB value is (152,129,253). Sum of RGB (Red+Green+Blue) = 152+129+253=534 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.46% from 534); Green value is 129 (50.78% from 255 or 24.16% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #9881FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9881FD is #677E02. Grayscale: #959595. Windows color (decimal): -6782467 or 16613784. OLE color: 16613784.

HSL color Cylindrical-coordinate representation of color #9881FD: hue angle of 251.13º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9881FD is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 152 129 253 -
CMYK 0.40 0.49 0 0.01
HSL 251.13º 0.97% 0.75% -
HSV(B) 251.13º 0.49% 0.99% -
XYZ 38.53 29.47 96.59 -
YUV 150.01 186.12 129.42 -
System Red Green Blue C M Y K H S L
Decimal 152 129 253 0.40 0.49 0 0.01 251.13 0.97 0.75
Hex 98 81 FD 28 31 0 1 FB 61 4B
Octal 230 201 375 50 61 0 1 373 141 113
Binary 10011000 10000001 11111101 101000 110001 0 1 11111011 1100001 1001011

Color Harmonies of #9881FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9881FD

Black with #9881FD

Text Example


Text Example

White with #9881FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9881FD; }

 p { color: rgb(152,129,253); }

 H1.HeaderClassName
 {
   color: #9881FD;
 }
 .AnyTagClassName
 {
   color: #9881FD;
 }
</style>

background-color css

<style>
 a { background-color: #9881FD; }

 a { background-color: rgb(152,129,253); }

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

border-color css

<style>
 span { border-color: #9881FD; }

 span { border-color: rgb(152,129,253); }

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