Html Css Color HEX #8F7BCC True V

📋 copy color: '#8F7BCC'

red 143 ◦ green 123 ◦ blue 204

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

Shades of True V #8F7BCC

Tints of True V #8F7BCC

RGB

 RED value IS 143 (56.25% from 255) = 30.43%

 GREEN value IS 123 (48.44% from 255) = 26.17%

 BLUE value IS 204 (80.08% from 255) = 43.4%

R = 30.43%
G = 26.17%
B = 43.4%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8F7BCC (or 0x8F7BCC) is known color: True V. HEX triplet: 8F, 7B and CC. RGB value is (143,123,204). Sum of RGB (Red+Green+Blue) = 143+123+204=470 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.43% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F7BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7BCC is #708433. Grayscale: #898989. Windows color (decimal): -7373876 or 13400975. OLE color: 13400975.

HSL color Cylindrical-coordinate representation of color #8F7BCC: hue angle of 254.81º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F7BCC is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 143 123 204 -
CMYK 0.30 0.40 0 0.2
HSL 254.81º 0.44% 0.64% -
HSV(B) 254.81º 0.4% 0.8% -
XYZ 29.31 24.37 60.28 -
YUV 138.21 165.13 131.41 -
System Red Green Blue C M Y K H S L
Decimal 143 123 204 0.30 0.40 0 0.2 254.81 0.44 0.64
Hex 8F 7B CC 1E 28 0 14 FF 2C 40
Octal 217 173 314 36 50 0 24 377 54 100
Binary 10001111 1111011 11001100 11110 101000 0 10100 11111111 101100 1000000

Color Harmonies of #8F7BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7BCC

Black with #8F7BCC

Text Example


Text Example

White with #8F7BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,123,204); }

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

background-color css

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

 a { background-color: rgb(143,123,204); }

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

border-color css

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

 span { border-color: rgb(143,123,204); }

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