Html Css Color HEX #834067 Cosmic

📋 copy color: '#834067'

red 131 ◦ green 64 ◦ blue 103

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

Shades of Cosmic #834067

Tints of Cosmic #834067

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.48%

 BLUE value IS 103 (40.63% from 255) = 34.56%

R = 43.96%
G = 21.48%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#834067 (or 0x834067) is known color: Cosmic. HEX triplet: 83, 40 and 67. RGB value is (131,64,103). Sum of RGB (Red+Green+Blue) = 131+64+103=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 131 - color contains mainly: red. Hex color #834067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834067 is #7CBF98. Grayscale: #585858. Windows color (decimal): -8175513 or 6766723. OLE color: 6766723.

HSL color Cylindrical-coordinate representation of color #834067: hue angle of 325.07º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #834067 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 64 103 -
CMYK 0 0.51 0.21 0.49
HSL 325.07º 0.34% 0.38% -
HSV(B) 325.07º 0.51% 0.51% -
XYZ 13.64 9.47 13.94 -
YUV 88.48 136.2 158.33 -
System Red Green Blue C M Y K H S L
Decimal 131 64 103 0 0.51 0.21 0.49 325.07 0.34 0.38
Hex 83 40 67 0 33 15 31 145 22 26
Octal 203 100 147 0 63 25 61 505 42 46
Binary 10000011 1000000 1100111 0 110011 10101 110001 101000101 100010 100110

Color Harmonies of #834067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834067

Black with #834067

Text Example


Text Example

White with #834067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834067; }

 p { color: rgb(131,64,103); }

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

background-color css

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

 a { background-color: rgb(131,64,103); }

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

border-color css

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

 span { border-color: rgb(131,64,103); }

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