Html Css Color HEX #8A78BB True V

📋 copy color: '#8A78BB'

red 138 ◦ green 120 ◦ blue 187

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

Shades of True V #8A78BB

Tints of True V #8A78BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.02%

R = 31.01%
G = 26.97%
B = 42.02%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8A78BB (or 0x8A78BB) is known color: True V. HEX triplet: 8A, 78 and BB. RGB value is (138,120,187). Sum of RGB (Red+Green+Blue) = 138+120+187=445 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.01% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 187 - color contains mainly: blue. Hex color #8A78BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A78BB is #758744. Grayscale: #848484. Windows color (decimal): -7702341 or 12286090. OLE color: 12286090.

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

Color convert

RGB 138 120 187 -
CMYK 0.26 0.36 0 0.27
HSL 256.12º 0.33% 0.6% -
HSV(B) 256.12º 0.36% 0.73% -
XYZ 26.17 22.42 49.96 -
YUV 133.02 158.46 131.55 -
System Red Green Blue C M Y K H S L
Decimal 138 120 187 0.26 0.36 0 0.27 256.12 0.33 0.6
Hex 8A 78 BB 1A 24 0 1B 100 21 3C
Octal 212 170 273 32 44 0 33 400 41 74
Binary 10001010 1111000 10111011 11010 100100 0 11011 100000000 100001 111100

Color Harmonies of #8A78BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A78BB

Black with #8A78BB

Text Example


Text Example

White with #8A78BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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