Html Css Color HEX #453789 Dark Slate Blue

📋 copy color: '#453789'

red 69 ◦ green 55 ◦ blue 137

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

Shades of Dark Slate Blue #453789

Tints of Dark Slate Blue #453789

RGB

 RED value IS 69 (27.34% from 255) = 26.44%

 GREEN value IS 55 (21.88% from 255) = 21.07%

 BLUE value IS 137 (53.91% from 255) = 52.49%

R = 26.44%
G = 21.07%
B = 52.49%

CMYK

 C value IS 0.50

 M value IS 0.60

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#453789 (or 0x453789) is known color: Dark Slate Blue. HEX triplet: 45, 37 and 89. RGB value is (69,55,137). Sum of RGB (Red+Green+Blue) = 69+55+137=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #453789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453789 is #BAC876. Grayscale: #444444. Windows color (decimal): -12241015 or 8992581. OLE color: 8992581.

HSL color Cylindrical-coordinate representation of color #453789: hue angle of 250.24º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #453789 is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 69 55 137 -
CMYK 0.50 0.60 0 0.46
HSL 250.24º 0.43% 0.38% -
HSV(B) 250.24º 0.6% 0.54% -
XYZ 8.34 5.8 24.35 -
YUV 68.53 166.64 128.33 -
System Red Green Blue C M Y K H S L
Decimal 69 55 137 0.50 0.60 0 0.46 250.24 0.43 0.38
Hex 45 37 89 32 3C 0 2E FA 2B 26
Octal 105 67 211 62 74 0 56 372 53 46
Binary 1000101 110111 10001001 110010 111100 0 101110 11111010 101011 100110

Color Harmonies of #453789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453789

Black with #453789

Text Example


Text Example

White with #453789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453789; }

 p { color: rgb(69,55,137); }

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

background-color css

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

 a { background-color: rgb(69,55,137); }

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

border-color css

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

 span { border-color: rgb(69,55,137); }

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