Html Css Color HEX #886CFD Light Slate Blue

📋 copy color: '#886CFD'

red 136 ◦ green 108 ◦ blue 253

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

Shades of Light Slate Blue #886CFD

Tints of Light Slate Blue #886CFD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.73%

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

R = 27.36%
G = 21.73%
B = 50.91%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#886CFD (or 0x886CFD) is known color: Light Slate Blue. HEX triplet: 88, 6C and FD. RGB value is (136,108,253). Sum of RGB (Red+Green+Blue) = 136+108+253=497 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.36% from 497); Green value is 108 (42.58% from 255 or 21.73% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #886CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886CFD is #779302. Grayscale: #848484. Windows color (decimal): -7836419 or 16608392. OLE color: 16608392.

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

Color convert

RGB 136 108 253 -
CMYK 0.46 0.57 0 0.01
HSL 251.59º 0.97% 0.71% -
HSV(B) 251.59º 0.57% 0.99% -
XYZ 33.25 23.05 95.63 -
YUV 132.9 195.78 130.21 -
System Red Green Blue C M Y K H S L
Decimal 136 108 253 0.46 0.57 0 0.01 251.59 0.97 0.71
Hex 88 6C FD 2E 39 0 1 FC 61 47
Octal 210 154 375 56 71 0 1 374 141 107
Binary 10001000 1101100 11111101 101110 111001 0 1 11111100 1100001 1000111

Color Harmonies of #886CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886CFD

Black with #886CFD

Text Example


Text Example

White with #886CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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