Html Css Color HEX #453C7F Dark Slate Blue

📋 copy color: '#453C7F'

red 69 ◦ green 60 ◦ blue 127

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

Shades of Dark Slate Blue #453C7F

Tints of Dark Slate Blue #453C7F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.44%

 BLUE value IS 127 (50% from 255) = 49.61%

R = 26.95%
G = 23.44%
B = 49.61%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#453C7F (or 0x453C7F) is known color: Dark Slate Blue. HEX triplet: 45, 3C and 7F. RGB value is (69,60,127). Sum of RGB (Red+Green+Blue) = 69+60+127=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 127 (50% from 255 or 49.61% from 256); Max value from RGB is 127 - color contains mainly: blue. Hex color #453C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453C7F is #BAC380. Grayscale: #464646. Windows color (decimal): -12239745 or 8338501. OLE color: 8338501.

HSL color Cylindrical-coordinate representation of color #453C7F: hue angle of 248.06º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #453C7F is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 69 60 127 -
CMYK 0.46 0.53 0 0.50
HSL 248.06º 0.36% 0.37% -
HSV(B) 248.06º 0.53% 0.5% -
XYZ 7.9 6.03 20.83 -
YUV 70.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 69 60 127 0.46 0.53 0 0.50 248.06 0.36 0.37
Hex 45 3C 7F 2E 35 0 32 F8 24 25
Octal 105 74 177 56 65 0 62 370 44 45
Binary 1000101 111100 1111111 101110 110101 0 110010 11111000 100100 100101

Color Harmonies of #453C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453C7F

Black with #453C7F

Text Example


Text Example

White with #453C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453C7F; }

 p { color: rgb(69,60,127); }

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

background-color css

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

 a { background-color: rgb(69,60,127); }

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

border-color css

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

 span { border-color: rgb(69,60,127); }

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