Html Css Color HEX #965EF9 Light Slate Blue

📋 copy color: '#965EF9'

red 150 ◦ green 94 ◦ blue 249

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

Shades of Light Slate Blue #965EF9

Tints of Light Slate Blue #965EF9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.07%

 BLUE value IS 249 (97.66% from 255) = 50.51%

R = 30.43%
G = 19.07%
B = 50.51%

CMYK

 C value IS 0.40

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#965EF9 (or 0x965EF9) is known color: Light Slate Blue. HEX triplet: 96, 5E and F9. RGB value is (150,94,249). Sum of RGB (Red+Green+Blue) = 150+94+249=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 94 (37.11% from 255 or 19.07% from 493); Blue value is 249 (97.66% from 255 or 50.51% from 493); Max value from RGB is 249 - color contains mainly: blue. Hex color #965EF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965EF9 is #69A106. Grayscale: #7F7F7F. Windows color (decimal): -6922503 or 16342678. OLE color: 16342678.

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

Color convert

RGB 150 94 249 -
CMYK 0.40 0.62 0 0.02
HSL 261.68º 0.93% 0.67% -
HSV(B) 261.68º 0.62% 0.98% -
XYZ 33.68 21.33 91.96 -
YUV 128.41 196.05 143.4 -
System Red Green Blue C M Y K H S L
Decimal 150 94 249 0.40 0.62 0 0.02 261.68 0.93 0.67
Hex 96 5E F9 28 3E 0 2 106 5D 43
Octal 226 136 371 50 76 0 2 406 135 103
Binary 10010110 1011110 11111001 101000 111110 0 10 100000110 1011101 1000011

Color Harmonies of #965EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965EF9

Black with #965EF9

Text Example


Text Example

White with #965EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,94,249); }

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

background-color css

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

 a { background-color: rgb(150,94,249); }

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

border-color css

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

 span { border-color: rgb(150,94,249); }

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