Html Css Color HEX #8881FD Light Slate Blue

📋 copy color: '#8881FD'

red 136 ◦ green 129 ◦ blue 253

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

Shades of Light Slate Blue #8881FD

Tints of Light Slate Blue #8881FD

RGB

 RED value IS 136 (53.52% from 255) = 26.25%

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

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

R = 26.25%
G = 24.9%
B = 48.84%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8881FD (or 0x8881FD) is known color: Light Slate Blue. HEX triplet: 88, 81 and FD. RGB value is (136,129,253). Sum of RGB (Red+Green+Blue) = 136+129+253=518 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.25% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #8881FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8881FD is #777E02. Grayscale: #909090. Windows color (decimal): -7831043 or 16613768. OLE color: 16613768.

HSL color Cylindrical-coordinate representation of color #8881FD: hue angle of 243.39º 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 #8881FD is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 136 129 253 -
CMYK 0.46 0.49 0 0.01
HSL 243.39º 0.97% 0.75% -
HSV(B) 243.39º 0.49% 0.99% -
XYZ 35.73 28.03 96.45 -
YUV 145.23 188.82 121.42 -
System Red Green Blue C M Y K H S L
Decimal 136 129 253 0.46 0.49 0 0.01 243.39 0.97 0.75
Hex 88 81 FD 2E 31 0 1 F3 61 4B
Octal 210 201 375 56 61 0 1 363 141 113
Binary 10001000 10000001 11111101 101110 110001 0 1 11110011 1100001 1001011

Color Harmonies of #8881FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8881FD

Black with #8881FD

Text Example


Text Example

White with #8881FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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