Html Css Color HEX #965FFA Light Slate Blue

📋 copy color: '#965FFA'

red 150 ◦ green 95 ◦ blue 250

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

Shades of Light Slate Blue #965FFA

Tints of Light Slate Blue #965FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.51%

R = 30.3%
G = 19.19%
B = 50.51%

CMYK

 C value IS 0.4

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#965FFA (or 0x965FFA) is known color: Light Slate Blue. HEX triplet: 96, 5F and FA. RGB value is (150,95,250). Sum of RGB (Red+Green+Blue) = 150+95+250=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 95 (37.5% from 255 or 19.19% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #965FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965FFA is #69A005. Grayscale: #808080. Windows color (decimal): -6922246 or 16408470. OLE color: 16408470.

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

Color convert

RGB 150 95 250 -
CMYK 0.4 0.62 0 0.02
HSL 261.29º 0.94% 0.68% -
HSV(B) 261.29º 0.62% 0.98% -
XYZ 33.93 21.57 92.82 -
YUV 129.12 196.22 142.9 -
System Red Green Blue C M Y K H S L
Decimal 150 95 250 0.4 0.62 0 0.02 261.29 0.94 0.68
Hex 96 5F FA 28 3E 0 2 105 5E 44
Octal 226 137 372 50 76 0 2 405 136 104
Binary 10010110 1011111 11111010 101000 111110 0 10 100000101 1011110 1000100

Color Harmonies of #965FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965FFA

Black with #965FFA

Text Example


Text Example

White with #965FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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