Html Css Color HEX #864AA5 Studio

📋 copy color: '#864AA5'

red 134 ◦ green 74 ◦ blue 165

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

Shades of Studio #864AA5

Tints of Studio #864AA5

RGB

 RED value IS 134 (52.73% from 255) = 35.92%

 GREEN value IS 74 (29.3% from 255) = 19.84%

 BLUE value IS 165 (64.84% from 255) = 44.24%

R = 35.92%
G = 19.84%
B = 44.24%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#864AA5 (or 0x864AA5) is known color: Studio. HEX triplet: 86, 4A and A5. RGB value is (134,74,165). Sum of RGB (Red+Green+Blue) = 134+74+165=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 165 (64.84% from 255 or 44.24% from 373); Max value from RGB is 165 - color contains mainly: blue. Hex color #864AA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864AA5 is #79B55A. Grayscale: #666666. Windows color (decimal): -7976283 or 10832518. OLE color: 10832518.

HSL color Cylindrical-coordinate representation of color #864AA5: hue angle of 279.56º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #864AA5 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 134 74 165 -
CMYK 0.19 0.55 0 0.35
HSL 279.56º 0.38% 0.47% -
HSV(B) 279.56º 0.55% 0.65% -
XYZ 19.07 12.68 37.04 -
YUV 102.31 163.38 150.6 -
System Red Green Blue C M Y K H S L
Decimal 134 74 165 0.19 0.55 0 0.35 279.56 0.38 0.47
Hex 86 4A A5 13 37 0 23 118 26 2F
Octal 206 112 245 23 67 0 43 430 46 57
Binary 10000110 1001010 10100101 10011 110111 0 100011 100011000 100110 101111

Color Harmonies of #864AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864AA5

Black with #864AA5

Text Example


Text Example

White with #864AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864AA5; }

 p { color: rgb(134,74,165); }

 H1.HeaderClassName
 {
   color: #864AA5;
 }
 .AnyTagClassName
 {
   color: #864AA5;
 }
</style>

background-color css

<style>
 a { background-color: #864AA5; }

 a { background-color: rgb(134,74,165); }

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

border-color css

<style>
 span { border-color: #864AA5; }

 span { border-color: rgb(134,74,165); }

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