Html Css Color HEX #834266 Cosmic

📋 copy color: '#834266'

red 131 ◦ green 66 ◦ blue 102

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

Shades of Cosmic #834266

Tints of Cosmic #834266

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.07%

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

R = 43.81%
G = 22.07%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#834266 (or 0x834266) is known color: Cosmic. HEX triplet: 83, 42 and 66. RGB value is (131,66,102). Sum of RGB (Red+Green+Blue) = 131+66+102=299 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.81% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 131 - color contains mainly: red. Hex color #834266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834266 is #7CBD99. Grayscale: #595959. Windows color (decimal): -8175002 or 6701699. OLE color: 6701699.

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

Color convert

RGB 131 66 102 -
CMYK 0 0.50 0.22 0.49
HSL 326.77º 0.33% 0.39% -
HSV(B) 326.77º 0.5% 0.51% -
XYZ 13.71 9.68 13.72 -
YUV 89.54 135.03 157.57 -
System Red Green Blue C M Y K H S L
Decimal 131 66 102 0 0.50 0.22 0.49 326.77 0.33 0.39
Hex 83 42 66 0 32 16 31 147 21 27
Octal 203 102 146 0 62 26 61 507 41 47
Binary 10000011 1000010 1100110 0 110010 10110 110001 101000111 100001 100111

Color Harmonies of #834266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834266

Black with #834266

Text Example


Text Example

White with #834266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834266; }

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

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

background-color css

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

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

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

border-color css

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

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

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