Html Css Color HEX #9A68FF Light Slate Blue

📋 copy color: '#9A68FF'

red 154 ◦ green 104 ◦ blue 255

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

Shades of Light Slate Blue #9A68FF

Tints of Light Slate Blue #9A68FF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.27%

 BLUE value IS 255 (100% from 255) = 49.71%

R = 30.02%
G = 20.27%
B = 49.71%

CMYK

 C value IS 0.40

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9A68FF (or 0x9A68FF) is known color: Light Slate Blue. HEX triplet: 9A, 68 and FF. RGB value is (154,104,255). Sum of RGB (Red+Green+Blue) = 154+104+255=513 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.02% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A68FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A68FF is #659700. Grayscale: #878787. Windows color (decimal): -6657793 or 16738458. OLE color: 16738458.

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

Color convert

RGB 154 104 255 -
CMYK 0.40 0.59 0 0
HSL 259.87º 1% 0.7% -
HSV(B) 259.87º 0.59% 1% -
XYZ 36.33 23.99 97.32 -
YUV 136.16 195.07 140.72 -
System Red Green Blue C M Y K H S L
Decimal 154 104 255 0.40 0.59 0 0 259.87 1 0.7
Hex 9A 68 FF 28 3B 0 0 104 64 46
Octal 232 150 377 50 73 0 0 404 144 106
Binary 10011010 1101000 11111111 101000 111011 0 0 100000100 1100100 1000110

Color Harmonies of #9A68FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A68FF

Black with #9A68FF

Text Example


Text Example

White with #9A68FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,104,255); }

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

background-color css

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

 a { background-color: rgb(154,104,255); }

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

border-color css

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

 span { border-color: rgb(154,104,255); }

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