Html Css Color HEX #965FFF Light Slate Blue

📋 copy color: '#965FFF'

red 150 ◦ green 95 ◦ blue 255

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

Shades of Light Slate Blue #965FFF

Tints of Light Slate Blue #965FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19%

 BLUE value IS 255 (100% from 255) = 51%

R = 30%
G = 19%
B = 51%

CMYK

 C value IS 0.41

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#965FFF (or 0x965FFF) is known color: Light Slate Blue. HEX triplet: 96, 5F and FF. RGB value is (150,95,255). Sum of RGB (Red+Green+Blue) = 150+95+255=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 95 (37.5% from 255 or 19% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #965FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965FFF is #69A000. Grayscale: #818181. Windows color (decimal): -6922241 or 16736150. OLE color: 16736150.

HSL color Cylindrical-coordinate representation of color #965FFF: hue angle of 260.62º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #965FFF is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 150 95 255 -
CMYK 0.41 0.63 0 0
HSL 260.63º 1% 0.69% -
HSV(B) 260.63º 0.63% 1% -
XYZ 34.72 21.89 97 -
YUV 129.69 198.72 142.49 -
System Red Green Blue C M Y K H S L
Decimal 150 95 255 0.41 0.63 0 0 260.63 1 0.69
Hex 96 5F FF 29 3F 0 0 105 64 45
Octal 226 137 377 51 77 0 0 405 144 105
Binary 10010110 1011111 11111111 101001 111111 0 0 100000101 1100100 1000101

Color Harmonies of #965FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965FFF

Black with #965FFF

Text Example


Text Example

White with #965FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,95,255); }

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

background-color css

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

 a { background-color: rgb(150,95,255); }

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

border-color css

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

 span { border-color: rgb(150,95,255); }

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