Html Css Color HEX #874BDD Blue Violet

📋 copy color: '#874BDD'

red 135 ◦ green 75 ◦ blue 221

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

Shades of Blue Violet #874BDD

Tints of Blue Violet #874BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.28%

R = 31.32%
G = 17.4%
B = 51.28%

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

#874BDD (or 0x874BDD) is known color: Blue Violet. HEX triplet: 87, 4B and DD. RGB value is (135,75,221). Sum of RGB (Red+Green+Blue) = 135+75+221=431 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.32% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #874BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874BDD is #78B422. Grayscale: #6D6D6D. Windows color (decimal): -7910435 or 14502791. OLE color: 14502791.

HSL color Cylindrical-coordinate representation of color #874BDD: hue angle of 264.66º degrees, saturation: 0.68, 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 #874BDD is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 75 221 -
CMYK 0.39 0.66 0 0.13
HSL 264.66º 0.68% 0.58% -
HSV(B) 264.66º 0.66% 0.87% -
XYZ 25.56 15.4 70.03 -
YUV 109.58 190.88 146.13 -
System Red Green Blue C M Y K H S L
Decimal 135 75 221 0.39 0.66 0 0.13 264.66 0.68 0.58
Hex 87 4B DD 27 42 0 D 109 44 3A
Octal 207 113 335 47 102 0 15 411 104 72
Binary 10000111 1001011 11011101 100111 1000010 0 1101 100001001 1000100 111010

Color Harmonies of #874BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874BDD

Black with #874BDD

Text Example


Text Example

White with #874BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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