Html Css Color HEX #9A78FF Light Slate Blue

📋 copy color: '#9A78FF'

red 154 ◦ green 120 ◦ blue 255

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

Shades of Light Slate Blue #9A78FF

Tints of Light Slate Blue #9A78FF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.68%

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

R = 29.11%
G = 22.68%
B = 48.2%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9A78FF (or 0x9A78FF) is known color: Light Slate Blue. HEX triplet: 9A, 78 and FF. RGB value is (154,120,255). Sum of RGB (Red+Green+Blue) = 154+120+255=529 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.11% from 529); Green value is 120 (47.27% from 255 or 22.68% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A78FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A78FF is #658700. Grayscale: #919191. Windows color (decimal): -6653697 or 16742554. OLE color: 16742554.

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

Color convert

RGB 154 120 255 -
CMYK 0.40 0.53 0 0
HSL 255.11º 1% 0.74% -
HSV(B) 255.11º 0.53% 1% -
XYZ 38.09 27.52 97.91 -
YUV 145.56 189.76 134.02 -
System Red Green Blue C M Y K H S L
Decimal 154 120 255 0.40 0.53 0 0 255.11 1 0.74
Hex 9A 78 FF 28 35 0 0 FF 64 4A
Octal 232 170 377 50 65 0 0 377 144 112
Binary 10011010 1111000 11111111 101000 110101 0 0 11111111 1100100 1001010

Color Harmonies of #9A78FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A78FF

Black with #9A78FF

Text Example


Text Example

White with #9A78FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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