Html Css Color HEX #965CFE Light Slate Blue

📋 copy color: '#965CFE'

red 150 ◦ green 92 ◦ blue 254

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

Shades of Light Slate Blue #965CFE

Tints of Light Slate Blue #965CFE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.55%

 BLUE value IS 254 (99.61% from 255) = 51.21%

R = 30.24%
G = 18.55%
B = 51.21%

CMYK

 C value IS 0.41

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#965CFE (or 0x965CFE) is known color: Light Slate Blue. HEX triplet: 96, 5C and FE. RGB value is (150,92,254). Sum of RGB (Red+Green+Blue) = 150+92+254=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 92 (36.33% from 255 or 18.55% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #965CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965CFE is #69A301. Grayscale: #7F7F7F. Windows color (decimal): -6923010 or 16669846. OLE color: 16669846.

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

Color convert

RGB 150 92 254 -
CMYK 0.41 0.64 0 0.00
HSL 261.48º 0.99% 0.68% -
HSV(B) 261.48º 0.64% 1% -
XYZ 34.29 21.29 96.07 -
YUV 127.81 199.22 143.83 -
System Red Green Blue C M Y K H S L
Decimal 150 92 254 0.41 0.64 0 0.00 261.48 0.99 0.68
Hex 96 5C FE 29 40 0 0 105 63 44
Octal 226 134 376 51 100 0 0 405 143 104
Binary 10010110 1011100 11111110 101001 1000000 0 0 100000101 1100011 1000100

Color Harmonies of #965CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965CFE

Black with #965CFE

Text Example


Text Example

White with #965CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,92,254); }

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

background-color css

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

 a { background-color: rgb(150,92,254); }

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

border-color css

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

 span { border-color: rgb(150,92,254); }

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