Html Css Color HEX #968FFC Light Slate Blue

📋 copy color: '#968FFC'

red 150 ◦ green 143 ◦ blue 252

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

Shades of Light Slate Blue #968FFC

Tints of Light Slate Blue #968FFC

RGB

 RED value IS 150 (58.98% from 255) = 27.52%

 GREEN value IS 143 (56.25% from 255) = 26.24%

 BLUE value IS 252 (98.83% from 255) = 46.24%

R = 27.52%
G = 26.24%
B = 46.24%

CMYK

 C value IS 0.40

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#968FFC (or 0x968FFC) is known color: Light Slate Blue. HEX triplet: 96, 8F and FC. RGB value is (150,143,252). Sum of RGB (Red+Green+Blue) = 150+143+252=545 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.52% from 545); Green value is 143 (56.25% from 255 or 26.24% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #968FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968FFC is #697003. Grayscale: #9D9D9D. Windows color (decimal): -6909956 or 16551830. OLE color: 16551830.

HSL color Cylindrical-coordinate representation of color #968FFC: hue angle of 243.85º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #968FFC is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 143 252 -
CMYK 0.40 0.43 0 0.01
HSL 243.85º 0.95% 0.77% -
HSV(B) 243.85º 0.43% 0.99% -
XYZ 39.97 33.16 96.39 -
YUV 157.52 181.32 122.64 -
System Red Green Blue C M Y K H S L
Decimal 150 143 252 0.40 0.43 0 0.01 243.85 0.95 0.77
Hex 96 8F FC 28 2B 0 1 F4 5F 4D
Octal 226 217 374 50 53 0 1 364 137 115
Binary 10010110 10001111 11111100 101000 101011 0 1 11110100 1011111 1001101

Color Harmonies of #968FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968FFC

Black with #968FFC

Text Example


Text Example

White with #968FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,143,252); }

 H1.HeaderClassName
 {
   color: #968FFC;
 }
 .AnyTagClassName
 {
   color: #968FFC;
 }
</style>

background-color css

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

 a { background-color: rgb(150,143,252); }

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

border-color css

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

 span { border-color: rgb(150,143,252); }

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