Html Css Color HEX #9A67FD Light Slate Blue

📋 copy color: '#9A67FD'

red 154 ◦ green 103 ◦ blue 253

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

Shades of Light Slate Blue #9A67FD

Tints of Light Slate Blue #9A67FD

RGB

 RED value IS 154 (60.55% from 255) = 30.2%

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

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

R = 30.2%
G = 20.2%
B = 49.61%

CMYK

 C value IS 0.39

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9A67FD (or 0x9A67FD) is known color: Light Slate Blue. HEX triplet: 9A, 67 and FD. RGB value is (154,103,253). Sum of RGB (Red+Green+Blue) = 154+103+253=510 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.20% from 510); Green value is 103 (40.62% from 255 or 20.20% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #9A67FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A67FD is #659802. Grayscale: #868686. Windows color (decimal): -6658051 or 16607130. OLE color: 16607130.

HSL color Cylindrical-coordinate representation of color #9A67FD: hue angle of 260.4º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9A67FD is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 154 103 253 -
CMYK 0.39 0.59 0 0.01
HSL 260.4º 0.97% 0.7% -
HSV(B) 260.4º 0.59% 0.99% -
XYZ 35.91 23.66 95.6 -
YUV 135.35 194.4 141.3 -
System Red Green Blue C M Y K H S L
Decimal 154 103 253 0.39 0.59 0 0.01 260.4 0.97 0.7
Hex 9A 67 FD 27 3B 0 1 104 61 46
Octal 232 147 375 47 73 0 1 404 141 106
Binary 10011010 1100111 11111101 100111 111011 0 1 100000100 1100001 1000110

Color Harmonies of #9A67FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A67FD

Black with #9A67FD

Text Example


Text Example

White with #9A67FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A67FD; }

 p { color: rgb(154,103,253); }

 H1.HeaderClassName
 {
   color: #9A67FD;
 }
 .AnyTagClassName
 {
   color: #9A67FD;
 }
</style>

background-color css

<style>
 a { background-color: #9A67FD; }

 a { background-color: rgb(154,103,253); }

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

border-color css

<style>
 span { border-color: #9A67FD; }

 span { border-color: rgb(154,103,253); }

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