#968AFB

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

Shades of Light Slate Blue #968AFB

Tints of Light Slate Blue #968AFB

Color information

#968AFB (or 0x968AFB) is unknown color: approx Light Slate Blue. HEX triplet: 96, 8A and FB. RGB value is (150,138,251). Sum of RGB (Red+Green+Blue) = 150+138+251=539 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.83% from 539); Green value is 138 (54.30% from 255 or 25.60% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #968AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968AFB is #697504. Grayscale: #9A9A9A. Windows color (decimal): -6911237 or 16485014. OLE color: 16485014.

HSL color Cylindrical-coordinate representation of color #968AFB: hue angle of 246.37º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #968AFB is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150138251-
CMYK0.400.4500.02
HSL246.37º93.39%76.27%-
HSV(B)246.37º45.02%98.43%-
XYZ39.0831.6395.31-
YUV154.47182.48124.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.83%
GREEN value IS 138 (54.30% from 255) = 25.60%
BLUE value IS 251 (98.44% from 255) = 46.57%
R=27.83%
G=25.60%
B=46.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501382510.400.4500.02246.3793.3976.27
Hex968AFB282D02f65d4c
Octal226212373505502366135114
Binary1001011010001010111110111010001011010101111011010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968AFB; }

 p { color: rgb(150,138,251); }

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

<style>
 a { background-color: #968AFB; }

 a { background-color: rgb(150,138,251); }

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

<style>
 span { border-color: #968AFB; }

 span { border-color: rgb(150,138,251); }

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