#936CFB

Color #936CFB Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #936CFB

Tints of Light Slate Blue #936CFB

Color information

#936CFB (or 0x936CFB) is unknown color: approx Light Slate Blue. HEX triplet: 93, 6C and FB. RGB value is (147,108,251). Sum of RGB (Red+Green+Blue) = 147+108+251=506 (67% of max value = 765). Red value is 147 (57.81% from 255 or 29.05% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #936CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936CFB is #6C9304. Grayscale: #878787. Windows color (decimal): -7115525 or 16477331. OLE color: 16477331.

HSL color Cylindrical-coordinate representation of color #936CFB: hue angle of 256.36º 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 #936CFB is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB147108251-
CMYK0.410.5700.02
HSL256.36º94.7%70.39%-
HSV(B)256.36º56.97%98.43%-
XYZ34.8123.8994.04-
YUV135.96192.92135.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.05%
GREEN value IS 108 (42.58% from 255) = 21.34%
BLUE value IS 251 (98.44% from 255) = 49.60%
R=29.05%
G=21.34%
B=49.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1471082510.410.5700.02256.3694.770.39
Hex936CFB2939021005f46
Octal223154373517102400137106
Binary1001001111011001111101110100111100101010000000010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #936CFB;
 }
 .AnyTagClassName
 {
   color: #936CFB;
 }
</style>
background-color css

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

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

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

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

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

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