Html Css Color HEX #814465 Cosmic

📋 copy color: '#814465'

red 129 ◦ green 68 ◦ blue 101

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

Shades of Cosmic #814465

Tints of Cosmic #814465

RGB

 RED value IS 129 (50.78% from 255) = 43.29%

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

 BLUE value IS 101 (39.84% from 255) = 33.89%

R = 43.29%
G = 22.82%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#814465 (or 0x814465) is known color: Cosmic. HEX triplet: 81, 44 and 65. RGB value is (129,68,101). Sum of RGB (Red+Green+Blue) = 129+68+101=298 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.29% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 129 - color contains mainly: red. Hex color #814465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814465 is #7EBB9A. Grayscale: #595959. Windows color (decimal): -8305563 or 6636673. OLE color: 6636673.

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

Color convert

RGB 129 68 101 -
CMYK 0 0.47 0.22 0.49
HSL 327.54º 0.31% 0.39% -
HSV(B) 327.54º 0.47% 0.51% -
XYZ 13.47 9.74 13.48 -
YUV 90 134.21 155.82 -
System Red Green Blue C M Y K H S L
Decimal 129 68 101 0 0.47 0.22 0.49 327.54 0.31 0.39
Hex 81 44 65 0 2F 16 31 148 1F 27
Octal 201 104 145 0 57 26 61 510 37 47
Binary 10000001 1000100 1100101 0 101111 10110 110001 101001000 11111 100111

Color Harmonies of #814465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814465

Black with #814465

Text Example


Text Example

White with #814465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814465; }

 p { color: rgb(129,68,101); }

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

background-color css

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

 a { background-color: rgb(129,68,101); }

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

border-color css

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

 span { border-color: rgb(129,68,101); }

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