Html Css Color HEX #967CF3 Light Slate Blue

📋 copy color: '#967CF3'

red 150 ◦ green 124 ◦ blue 243

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

Shades of Light Slate Blue #967CF3

Tints of Light Slate Blue #967CF3

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.98%

 BLUE value IS 243 (95.31% from 255) = 47%

R = 29.01%
G = 23.98%
B = 47%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#967CF3 (or 0x967CF3) is known color: Light Slate Blue. HEX triplet: 96, 7C and F3. RGB value is (150,124,243). Sum of RGB (Red+Green+Blue) = 150+124+243=517 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.01% from 517); Green value is 124 (48.83% from 255 or 23.98% from 517); Blue value is 243 (95.31% from 255 or 47.00% from 517); Max value from RGB is 243 - color contains mainly: blue. Hex color #967CF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #967CF3 is #69830C. Grayscale: #909090. Windows color (decimal): -6914829 or 15957142. OLE color: 15957142.

HSL color Cylindrical-coordinate representation of color #967CF3: hue angle of 253.11º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #967CF3 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 124 243 -
CMYK 0.38 0.49 0 0.05
HSL 253.11º 0.83% 0.72% -
HSV(B) 253.11º 0.49% 0.95% -
XYZ 35.96 27.37 88.18 -
YUV 145.34 183.11 131.32 -
System Red Green Blue C M Y K H S L
Decimal 150 124 243 0.38 0.49 0 0.05 253.11 0.83 0.72
Hex 96 7C F3 26 31 0 5 FD 53 48
Octal 226 174 363 46 61 0 5 375 123 110
Binary 10010110 1111100 11110011 100110 110001 0 101 11111101 1010011 1001000

Color Harmonies of #967CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967CF3

Black with #967CF3

Text Example


Text Example

White with #967CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967CF3; }

 p { color: rgb(150,124,243); }

 H1.HeaderClassName
 {
   color: #967CF3;
 }
 .AnyTagClassName
 {
   color: #967CF3;
 }
</style>

background-color css

<style>
 a { background-color: #967CF3; }

 a { background-color: rgb(150,124,243); }

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

border-color css

<style>
 span { border-color: #967CF3; }

 span { border-color: rgb(150,124,243); }

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