Html Css Color HEX #7459CC Slate Blue

📋 copy color: '#7459CC'

red 116 ◦ green 89 ◦ blue 204

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

Shades of Slate Blue #7459CC

Tints of Slate Blue #7459CC

RGB

 RED value IS 116 (45.7% from 255) = 28.36%

 GREEN value IS 89 (35.16% from 255) = 21.76%

 BLUE value IS 204 (80.08% from 255) = 49.88%

R = 28.36%
G = 21.76%
B = 49.88%

CMYK

 C value IS 0.43

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7459CC (or 0x7459CC) is known color: Slate Blue. HEX triplet: 74, 59 and CC. RGB value is (116,89,204). Sum of RGB (Red+Green+Blue) = 116+89+204=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #7459CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7459CC is #8BA633. Grayscale: #6D6D6D. Windows color (decimal): -9152052 or 13392244. OLE color: 13392244.

HSL color Cylindrical-coordinate representation of color #7459CC: hue angle of 254.09º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7459CC is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 116 89 204 -
CMYK 0.43 0.56 0 0.2
HSL 254.09º 0.53% 0.57% -
HSV(B) 254.09º 0.56% 0.8% -
XYZ 21.67 15.22 58.92 -
YUV 110.18 180.95 132.15 -
System Red Green Blue C M Y K H S L
Decimal 116 89 204 0.43 0.56 0 0.2 254.09 0.53 0.57
Hex 74 59 CC 2B 38 0 14 FE 35 39
Octal 164 131 314 53 70 0 24 376 65 71
Binary 1110100 1011001 11001100 101011 111000 0 10100 11111110 110101 111001

Color Harmonies of #7459CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7459CC

Black with #7459CC

Text Example


Text Example

White with #7459CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7459CC; }

 p { color: rgb(116,89,204); }

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

background-color css

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

 a { background-color: rgb(116,89,204); }

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

border-color css

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

 span { border-color: rgb(116,89,204); }

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