Html Css Color HEX #8B78BE True V

📋 copy color: '#8B78BE'

red 139 ◦ green 120 ◦ blue 190

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

Shades of True V #8B78BE

Tints of True V #8B78BE

RGB

 RED value IS 139 (54.69% from 255) = 30.96%

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

 BLUE value IS 190 (74.61% from 255) = 42.32%

R = 30.96%
G = 26.73%
B = 42.32%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8B78BE (or 0x8B78BE) is known color: True V. HEX triplet: 8B, 78 and BE. RGB value is (139,120,190). Sum of RGB (Red+Green+Blue) = 139+120+190=449 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.96% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B78BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B78BE is #748741. Grayscale: #858585. Windows color (decimal): -7636802 or 12482699. OLE color: 12482699.

HSL color Cylindrical-coordinate representation of color #8B78BE: hue angle of 256.29º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B78BE is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 139 120 190 -
CMYK 0.27 0.37 0 0.25
HSL 256.29º 0.35% 0.61% -
HSV(B) 256.29º 0.37% 0.75% -
XYZ 26.66 22.64 51.68 -
YUV 133.66 159.79 131.81 -
System Red Green Blue C M Y K H S L
Decimal 139 120 190 0.27 0.37 0 0.25 256.29 0.35 0.61
Hex 8B 78 BE 1B 25 0 19 100 23 3D
Octal 213 170 276 33 45 0 31 400 43 75
Binary 10001011 1111000 10111110 11011 100101 0 11001 100000000 100011 111101

Color Harmonies of #8B78BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B78BE

Black with #8B78BE

Text Example


Text Example

White with #8B78BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,120,190); }

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

background-color css

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

 a { background-color: rgb(139,120,190); }

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

border-color css

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

 span { border-color: rgb(139,120,190); }

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