Html Css Color HEX #967CFD Light Slate Blue

📋 copy color: '#967CFD'

red 150 ◦ green 124 ◦ blue 253

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

Shades of Light Slate Blue #967CFD

Tints of Light Slate Blue #967CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.01%

R = 28.46%
G = 23.53%
B = 48.01%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#967CFD (or 0x967CFD) is known color: Light Slate Blue. HEX triplet: 96, 7C and FD. RGB value is (150,124,253). Sum of RGB (Red+Green+Blue) = 150+124+253=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 124 (48.83% from 255 or 23.53% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #967CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #967CFD is #698302. Grayscale: #919191. Windows color (decimal): -6914819 or 16612502. OLE color: 16612502.

HSL color Cylindrical-coordinate representation of color #967CFD: hue angle of 252.09º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #967CFD is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 124 253 -
CMYK 0.41 0.51 0 0.01
HSL 252.09º 0.97% 0.74% -
HSV(B) 252.09º 0.51% 0.99% -
XYZ 37.51 27.99 96.35 -
YUV 146.48 188.11 130.51 -
System Red Green Blue C M Y K H S L
Decimal 150 124 253 0.41 0.51 0 0.01 252.09 0.97 0.74
Hex 96 7C FD 29 33 0 1 FC 61 4A
Octal 226 174 375 51 63 0 1 374 141 112
Binary 10010110 1111100 11111101 101001 110011 0 1 11111100 1100001 1001010

Color Harmonies of #967CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967CFD

Black with #967CFD

Text Example


Text Example

White with #967CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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