Html Css Color HEX #874BE0 Blue Violet

📋 copy color: '#874BE0'

red 135 ◦ green 75 ◦ blue 224

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

Shades of Blue Violet #874BE0

Tints of Blue Violet #874BE0

RGB

 RED value IS 135 (53.13% from 255) = 31.11%

 GREEN value IS 75 (29.69% from 255) = 17.28%

 BLUE value IS 224 (87.89% from 255) = 51.61%

R = 31.11%
G = 17.28%
B = 51.61%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#874BE0 (or 0x874BE0) is known color: Blue Violet. HEX triplet: 87, 4B and E0. RGB value is (135,75,224). Sum of RGB (Red+Green+Blue) = 135+75+224=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 75 (29.69% from 255 or 17.28% from 434); Blue value is 224 (87.89% from 255 or 51.61% from 434); Max value from RGB is 224 - color contains mainly: blue. Hex color #874BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874BE0 is #78B41F. Grayscale: #6D6D6D. Windows color (decimal): -7910432 or 14699399. OLE color: 14699399.

HSL color Cylindrical-coordinate representation of color #874BE0: hue angle of 264.16º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #874BE0 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 135 75 224 -
CMYK 0.40 0.67 0 0.12
HSL 264.16º 0.71% 0.59% -
HSV(B) 264.16º 0.67% 0.88% -
XYZ 25.96 15.56 72.16 -
YUV 109.93 192.38 145.88 -
System Red Green Blue C M Y K H S L
Decimal 135 75 224 0.40 0.67 0 0.12 264.16 0.71 0.59
Hex 87 4B E0 28 43 0 C 108 47 3B
Octal 207 113 340 50 103 0 14 410 107 73
Binary 10000111 1001011 11100000 101000 1000011 0 1100 100001000 1000111 111011

Color Harmonies of #874BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874BE0

Black with #874BE0

Text Example


Text Example

White with #874BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874BE0; }

 p { color: rgb(135,75,224); }

 H1.HeaderClassName
 {
   color: #874BE0;
 }
 .AnyTagClassName
 {
   color: #874BE0;
 }
</style>

background-color css

<style>
 a { background-color: #874BE0; }

 a { background-color: rgb(135,75,224); }

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

border-color css

<style>
 span { border-color: #874BE0; }

 span { border-color: rgb(135,75,224); }

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