Html Css Color HEX #8C74BF True V

📋 copy color: '#8C74BF'

red 140 ◦ green 116 ◦ blue 191

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

Shades of True V #8C74BF

Tints of True V #8C74BF

RGB

 RED value IS 140 (55.08% from 255) = 31.32%

 GREEN value IS 116 (45.7% from 255) = 25.95%

 BLUE value IS 191 (75% from 255) = 42.73%

R = 31.32%
G = 25.95%
B = 42.73%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C74BF (or 0x8C74BF) is known color: True V. HEX triplet: 8C, 74 and BF. RGB value is (140,116,191). Sum of RGB (Red+Green+Blue) = 140+116+191=447 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.32% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #8C74BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C74BF is #738B40. Grayscale: #838383. Windows color (decimal): -7572289 or 12547212. OLE color: 12547212.

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

Color convert

RGB 140 116 191 -
CMYK 0.27 0.39 0 0.25
HSL 259.2º 0.37% 0.6% -
HSV(B) 259.2º 0.39% 0.75% -
XYZ 26.46 21.83 52.11 -
YUV 131.73 161.45 133.9 -
System Red Green Blue C M Y K H S L
Decimal 140 116 191 0.27 0.39 0 0.25 259.2 0.37 0.6
Hex 8C 74 BF 1B 27 0 19 103 25 3C
Octal 214 164 277 33 47 0 31 403 45 74
Binary 10001100 1110100 10111111 11011 100111 0 11001 100000011 100101 111100

Color Harmonies of #8C74BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C74BF

Black with #8C74BF

Text Example


Text Example

White with #8C74BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,116,191); }

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

background-color css

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

 a { background-color: rgb(140,116,191); }

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

border-color css

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

 span { border-color: rgb(140,116,191); }

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