Html Css Color HEX #965DFC Light Slate Blue

📋 copy color: '#965DFC'

red 150 ◦ green 93 ◦ blue 252

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

Shades of Light Slate Blue #965DFC

Tints of Light Slate Blue #965DFC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.79%

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

R = 30.3%
G = 18.79%
B = 50.91%

CMYK

 C value IS 0.40

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#965DFC (or 0x965DFC) is known color: Light Slate Blue. HEX triplet: 96, 5D and FC. RGB value is (150,93,252). Sum of RGB (Red+Green+Blue) = 150+93+252=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #965DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965DFC is #69A203. Grayscale: #7F7F7F. Windows color (decimal): -6922756 or 16539030. OLE color: 16539030.

HSL color Cylindrical-coordinate representation of color #965DFC: hue angle of 261.51º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #965DFC is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 93 252 -
CMYK 0.40 0.63 0 0.01
HSL 261.51º 0.96% 0.68% -
HSV(B) 261.51º 0.63% 0.99% -
XYZ 34.06 21.34 94.42 -
YUV 128.17 197.88 143.57 -
System Red Green Blue C M Y K H S L
Decimal 150 93 252 0.40 0.63 0 0.01 261.51 0.96 0.68
Hex 96 5D FC 28 3F 0 1 106 60 44
Octal 226 135 374 50 77 0 1 406 140 104
Binary 10010110 1011101 11111100 101000 111111 0 1 100000110 1100000 1000100

Color Harmonies of #965DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965DFC

Black with #965DFC

Text Example


Text Example

White with #965DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965DFC; }

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

 H1.HeaderClassName
 {
   color: #965DFC;
 }
 .AnyTagClassName
 {
   color: #965DFC;
 }
</style>

background-color css

<style>
 a { background-color: #965DFC; }

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

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

border-color css

<style>
 span { border-color: #965DFC; }

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

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