Html Css Color HEX #A78CFC Light Slate Blue

📋 copy color: '#A78CFC'

red 167 ◦ green 140 ◦ blue 252

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

Shades of Light Slate Blue #A78CFC

Tints of Light Slate Blue #A78CFC

RGB

 RED value IS 167 (65.63% from 255) = 29.87%

 GREEN value IS 140 (55.08% from 255) = 25.04%

 BLUE value IS 252 (98.83% from 255) = 45.08%

R = 29.87%
G = 25.04%
B = 45.08%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A78CFC (or 0xA78CFC) is known color: Light Slate Blue. HEX triplet: A7, 8C and FC. RGB value is (167,140,252). Sum of RGB (Red+Green+Blue) = 167+140+252=559 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.87% from 559); Green value is 140 (55.08% from 255 or 25.04% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #A78CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78CFC is #587303. Grayscale: #A0A0A0. Windows color (decimal): -5796612 or 16551079. OLE color: 16551079.

HSL color Cylindrical-coordinate representation of color #A78CFC: hue angle of 254.46º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A78CFC is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 167 140 252 -
CMYK 0.34 0.44 0 0.01
HSL 254.46º 0.95% 0.77% -
HSV(B) 254.46º 0.44% 0.99% -
XYZ 42.89 34 96.4 -
YUV 160.84 179.45 132.39 -
System Red Green Blue C M Y K H S L
Decimal 167 140 252 0.34 0.44 0 0.01 254.46 0.95 0.77
Hex A7 8C FC 22 2C 0 1 FE 5F 4D
Octal 247 214 374 42 54 0 1 376 137 115
Binary 10100111 10001100 11111100 100010 101100 0 1 11111110 1011111 1001101

Color Harmonies of #A78CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78CFC

Black with #A78CFC

Text Example


Text Example

White with #A78CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78CFC; }

 p { color: rgb(167,140,252); }

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

background-color css

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

 a { background-color: rgb(167,140,252); }

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

border-color css

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

 span { border-color: rgb(167,140,252); }

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