Html Css Color HEX #874BDF Blue Violet

📋 copy color: '#874BDF'

red 135 ◦ green 75 ◦ blue 223

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

Shades of Blue Violet #874BDF

Tints of Blue Violet #874BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.5%

R = 31.18%
G = 17.32%
B = 51.5%

CMYK

 C value IS 0.39

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#874BDF (or 0x874BDF) is known color: Blue Violet. HEX triplet: 87, 4B and DF. RGB value is (135,75,223). Sum of RGB (Red+Green+Blue) = 135+75+223=433 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.18% from 433); Green value is 75 (29.69% from 255 or 17.32% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #874BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874BDF is #78B420. Grayscale: #6D6D6D. Windows color (decimal): -7910433 or 14633863. OLE color: 14633863.

HSL color Cylindrical-coordinate representation of color #874BDF: hue angle of 264.32º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #874BDF is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 75 223 -
CMYK 0.39 0.66 0 0.13
HSL 264.32º 0.7% 0.58% -
HSV(B) 264.32º 0.66% 0.87% -
XYZ 25.83 15.51 71.44 -
YUV 109.81 191.88 145.97 -
System Red Green Blue C M Y K H S L
Decimal 135 75 223 0.39 0.66 0 0.13 264.32 0.7 0.58
Hex 87 4B DF 27 42 0 D 108 46 3A
Octal 207 113 337 47 102 0 15 410 106 72
Binary 10000111 1001011 11011111 100111 1000010 0 1101 100001000 1000110 111010

Color Harmonies of #874BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874BDF

Black with #874BDF

Text Example


Text Example

White with #874BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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