Html Css Color HEX #815CB3 Deluge

📋 copy color: '#815CB3'

red 129 ◦ green 92 ◦ blue 179

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

Shades of Deluge #815CB3

Tints of Deluge #815CB3

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23%

 BLUE value IS 179 (70.31% from 255) = 44.75%

R = 32.25%
G = 23%
B = 44.75%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#815CB3 (or 0x815CB3) is known color: Deluge. HEX triplet: 81, 5C and B3. RGB value is (129,92,179). Sum of RGB (Red+Green+Blue) = 129+92+179=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 179 (70.31% from 255 or 44.75% from 400); Max value from RGB is 179 - color contains mainly: blue. Hex color #815CB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815CB3 is #7EA34C. Grayscale: #707070. Windows color (decimal): -8299341 or 11754625. OLE color: 11754625.

HSL color Cylindrical-coordinate representation of color #815CB3: hue angle of 265.52º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #815CB3 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 129 92 179 -
CMYK 0.28 0.49 0 0.30
HSL 265.52º 0.36% 0.53% -
HSV(B) 265.52º 0.49% 0.7% -
XYZ 21.02 15.58 44.55 -
YUV 112.98 165.26 139.43 -
System Red Green Blue C M Y K H S L
Decimal 129 92 179 0.28 0.49 0 0.30 265.52 0.36 0.53
Hex 81 5C B3 1C 31 0 1E 10A 24 35
Octal 201 134 263 34 61 0 36 412 44 65
Binary 10000001 1011100 10110011 11100 110001 0 11110 100001010 100100 110101

Color Harmonies of #815CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815CB3

Black with #815CB3

Text Example


Text Example

White with #815CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815CB3; }

 p { color: rgb(129,92,179); }

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

background-color css

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

 a { background-color: rgb(129,92,179); }

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

border-color css

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

 span { border-color: rgb(129,92,179); }

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