Html Css Color HEX #9A68FA Light Slate Blue

📋 copy color: '#9A68FA'

red 154 ◦ green 104 ◦ blue 250

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

Shades of Light Slate Blue #9A68FA

Tints of Light Slate Blue #9A68FA

RGB

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

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

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

R = 30.31%
G = 20.47%
B = 49.21%

CMYK

 C value IS 0.38

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9A68FA (or 0x9A68FA) is known color: Light Slate Blue. HEX triplet: 9A, 68 and FA. RGB value is (154,104,250). Sum of RGB (Red+Green+Blue) = 154+104+250=508 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.31% from 508); Green value is 104 (41.02% from 255 or 20.47% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #9A68FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A68FA is #659705. Grayscale: #878787. Windows color (decimal): -6657798 or 16410778. OLE color: 16410778.

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

Color convert

RGB 154 104 250 -
CMYK 0.38 0.58 0 0.02
HSL 260.55º 0.94% 0.69% -
HSV(B) 260.55º 0.58% 0.98% -
XYZ 35.53 23.67 93.14 -
YUV 135.59 192.57 141.13 -
System Red Green Blue C M Y K H S L
Decimal 154 104 250 0.38 0.58 0 0.02 260.55 0.94 0.69
Hex 9A 68 FA 26 3A 0 2 105 5E 45
Octal 232 150 372 46 72 0 2 405 136 105
Binary 10011010 1101000 11111010 100110 111010 0 10 100000101 1011110 1000101

Color Harmonies of #9A68FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A68FA

Black with #9A68FA

Text Example


Text Example

White with #9A68FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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