Html Css Color HEX #9967FA Light Slate Blue

📋 copy color: '#9967FA'

red 153 ◦ green 103 ◦ blue 250

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

Shades of Light Slate Blue #9967FA

Tints of Light Slate Blue #9967FA

RGB

 RED value IS 153 (60.16% from 255) = 30.24%

 GREEN value IS 103 (40.63% from 255) = 20.36%

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

R = 30.24%
G = 20.36%
B = 49.41%

CMYK

 C value IS 0.39

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9967FA (or 0x9967FA) is known color: Light Slate Blue. HEX triplet: 99, 67 and FA. RGB value is (153,103,250). Sum of RGB (Red+Green+Blue) = 153+103+250=506 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.24% from 506); Green value is 103 (40.62% from 255 or 20.36% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #9967FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9967FA is #669805. Grayscale: #868686. Windows color (decimal): -6723590 or 16410521. OLE color: 16410521.

HSL color Cylindrical-coordinate representation of color #9967FA: hue angle of 260.41º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9967FA is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 103 250 -
CMYK 0.39 0.59 0 0.02
HSL 260.41º 0.94% 0.69% -
HSV(B) 260.41º 0.59% 0.98% -
XYZ 35.24 23.37 93.1 -
YUV 134.71 193.07 141.05 -
System Red Green Blue C M Y K H S L
Decimal 153 103 250 0.39 0.59 0 0.02 260.41 0.94 0.69
Hex 99 67 FA 27 3B 0 2 104 5E 45
Octal 231 147 372 47 73 0 2 404 136 105
Binary 10011001 1100111 11111010 100111 111011 0 10 100000100 1011110 1000101

Color Harmonies of #9967FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9967FA

Black with #9967FA

Text Example


Text Example

White with #9967FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9967FA; }

 p { color: rgb(153,103,250); }

 H1.HeaderClassName
 {
   color: #9967FA;
 }
 .AnyTagClassName
 {
   color: #9967FA;
 }
</style>

background-color css

<style>
 a { background-color: #9967FA; }

 a { background-color: rgb(153,103,250); }

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

border-color css

<style>
 span { border-color: #9967FA; }

 span { border-color: rgb(153,103,250); }

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