Html Css Color HEX #8A78BA True V

📋 copy color: '#8A78BA'

red 138 ◦ green 120 ◦ blue 186

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

Shades of True V #8A78BA

Tints of True V #8A78BA

RGB

 RED value IS 138 (54.3% from 255) = 31.08%

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

 BLUE value IS 186 (73.05% from 255) = 41.89%

R = 31.08%
G = 27.03%
B = 41.89%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8A78BA (or 0x8A78BA) is known color: True V. HEX triplet: 8A, 78 and BA. RGB value is (138,120,186). Sum of RGB (Red+Green+Blue) = 138+120+186=444 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.08% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A78BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A78BA is #758745. Grayscale: #848484. Windows color (decimal): -7702342 or 12220554. OLE color: 12220554.

HSL color Cylindrical-coordinate representation of color #8A78BA: hue angle of 256.36º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8A78BA is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 120 186 -
CMYK 0.26 0.35 0 0.27
HSL 256.36º 0.32% 0.6% -
HSV(B) 256.36º 0.35% 0.73% -
XYZ 26.06 22.38 49.4 -
YUV 132.91 157.96 131.63 -
System Red Green Blue C M Y K H S L
Decimal 138 120 186 0.26 0.35 0 0.27 256.36 0.32 0.6
Hex 8A 78 BA 1A 23 0 1B 100 20 3C
Octal 212 170 272 32 43 0 33 400 40 74
Binary 10001010 1111000 10111010 11010 100011 0 11011 100000000 100000 111100

Color Harmonies of #8A78BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A78BA

Black with #8A78BA

Text Example


Text Example

White with #8A78BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A78BA; }

 p { color: rgb(138,120,186); }

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

background-color css

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

 a { background-color: rgb(138,120,186); }

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

border-color css

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

 span { border-color: rgb(138,120,186); }

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