Html Css Color HEX #8C75BF True V

📋 copy color: '#8C75BF'

red 140 ◦ green 117 ◦ blue 191

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

Shades of True V #8C75BF

Tints of True V #8C75BF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.12%

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

R = 31.25%
G = 26.12%
B = 42.63%

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

#8C75BF (or 0x8C75BF) is known color: True V. HEX triplet: 8C, 75 and BF. RGB value is (140,117,191). Sum of RGB (Red+Green+Blue) = 140+117+191=448 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.25% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 191 - color contains mainly: blue. Hex color #8C75BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C75BF is #738A40. Grayscale: #848484. Windows color (decimal): -7572033 or 12547468. OLE color: 12547468.

HSL color Cylindrical-coordinate representation of color #8C75BF: hue angle of 258.65º 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 #8C75BF is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 117 191 -
CMYK 0.27 0.39 0 0.25
HSL 258.65º 0.37% 0.6% -
HSV(B) 258.65º 0.39% 0.75% -
XYZ 26.58 22.06 52.15 -
YUV 132.31 161.12 133.48 -
System Red Green Blue C M Y K H S L
Decimal 140 117 191 0.27 0.39 0 0.25 258.65 0.37 0.6
Hex 8C 75 BF 1B 27 0 19 103 25 3C
Octal 214 165 277 33 47 0 31 403 45 74
Binary 10001100 1110101 10111111 11011 100111 0 11001 100000011 100101 111100

Color Harmonies of #8C75BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C75BF

Black with #8C75BF

Text Example


Text Example

White with #8C75BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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