Html Css Color HEX #834466 Cosmic

📋 copy color: '#834466'

red 131 ◦ green 68 ◦ blue 102

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

Shades of Cosmic #834466

Tints of Cosmic #834466

RGB

 RED value IS 131 (51.56% from 255) = 43.52%

 GREEN value IS 68 (26.95% from 255) = 22.59%

 BLUE value IS 102 (40.23% from 255) = 33.89%

R = 43.52%
G = 22.59%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#834466 (or 0x834466) is known color: Cosmic. HEX triplet: 83, 44 and 66. RGB value is (131,68,102). Sum of RGB (Red+Green+Blue) = 131+68+102=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 131 - color contains mainly: red. Hex color #834466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834466 is #7CBB99. Grayscale: #5A5A5A. Windows color (decimal): -8174490 or 6702211. OLE color: 6702211.

HSL color Cylindrical-coordinate representation of color #834466: hue angle of 327.62º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #834466 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 68 102 -
CMYK 0 0.48 0.22 0.49
HSL 327.62º 0.32% 0.39% -
HSV(B) 327.62º 0.48% 0.51% -
XYZ 13.83 9.92 13.76 -
YUV 90.71 134.37 156.74 -
System Red Green Blue C M Y K H S L
Decimal 131 68 102 0 0.48 0.22 0.49 327.62 0.32 0.39
Hex 83 44 66 0 30 16 31 148 20 27
Octal 203 104 146 0 60 26 61 510 40 47
Binary 10000011 1000100 1100110 0 110000 10110 110001 101001000 100000 100111

Color Harmonies of #834466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834466

Black with #834466

Text Example


Text Example

White with #834466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834466; }

 p { color: rgb(131,68,102); }

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

background-color css

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

 a { background-color: rgb(131,68,102); }

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

border-color css

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

 span { border-color: rgb(131,68,102); }

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