Html Css Color HEX #886CFB Light Slate Blue

📋 copy color: '#886CFB'

red 136 ◦ green 108 ◦ blue 251

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

Shades of Light Slate Blue #886CFB

Tints of Light Slate Blue #886CFB

RGB

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

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

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

R = 27.47%
G = 21.82%
B = 50.71%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#886CFB (or 0x886CFB) is known color: Light Slate Blue. HEX triplet: 88, 6C and FB. RGB value is (136,108,251). Sum of RGB (Red+Green+Blue) = 136+108+251=495 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.47% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #886CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886CFB is #779304. Grayscale: #848484. Windows color (decimal): -7836421 or 16477320. OLE color: 16477320.

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

Color convert

RGB 136 108 251 -
CMYK 0.46 0.57 0 0.02
HSL 251.75º 0.95% 0.7% -
HSV(B) 251.75º 0.57% 0.98% -
XYZ 32.93 22.92 93.96 -
YUV 132.67 194.78 130.37 -
System Red Green Blue C M Y K H S L
Decimal 136 108 251 0.46 0.57 0 0.02 251.75 0.95 0.7
Hex 88 6C FB 2E 39 0 2 FC 5F 46
Octal 210 154 373 56 71 0 2 374 137 106
Binary 10001000 1101100 11111011 101110 111001 0 10 11111100 1011111 1000110

Color Harmonies of #886CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886CFB

Black with #886CFB

Text Example


Text Example

White with #886CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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