Html Css Color HEX #965EF8 Light Slate Blue

📋 copy color: '#965EF8'

red 150 ◦ green 94 ◦ blue 248

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

Shades of Light Slate Blue #965EF8

Tints of Light Slate Blue #965EF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 50.41%

R = 30.49%
G = 19.11%
B = 50.41%

CMYK

 C value IS 0.40

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#965EF8 (or 0x965EF8) is known color: Light Slate Blue. HEX triplet: 96, 5E and F8. RGB value is (150,94,248). Sum of RGB (Red+Green+Blue) = 150+94+248=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 94 (37.11% from 255 or 19.11% from 492); Blue value is 248 (97.27% from 255 or 50.41% from 492); Max value from RGB is 248 - color contains mainly: blue. Hex color #965EF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965EF8 is #69A107. Grayscale: #7F7F7F. Windows color (decimal): -6922504 or 16277142. OLE color: 16277142.

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

Color convert

RGB 150 94 248 -
CMYK 0.40 0.62 0 0.03
HSL 261.82º 0.92% 0.67% -
HSV(B) 261.82º 0.62% 0.97% -
XYZ 33.52 21.27 91.14 -
YUV 128.3 195.55 143.48 -
System Red Green Blue C M Y K H S L
Decimal 150 94 248 0.40 0.62 0 0.03 261.82 0.92 0.67
Hex 96 5E F8 28 3E 0 3 106 5C 43
Octal 226 136 370 50 76 0 3 406 134 103
Binary 10010110 1011110 11111000 101000 111110 0 11 100000110 1011100 1000011

Color Harmonies of #965EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965EF8

Black with #965EF8

Text Example


Text Example

White with #965EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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