Html Css Color HEX #7245CE Slate Blue

📋 copy color: '#7245CE'

red 114 ◦ green 69 ◦ blue 206

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

Shades of Slate Blue #7245CE

Tints of Slate Blue #7245CE

RGB

 RED value IS 114 (44.92% from 255) = 29.31%

 GREEN value IS 69 (27.34% from 255) = 17.74%

 BLUE value IS 206 (80.86% from 255) = 52.96%

R = 29.31%
G = 17.74%
B = 52.96%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7245CE (or 0x7245CE) is known color: Slate Blue. HEX triplet: 72, 45 and CE. RGB value is (114,69,206). Sum of RGB (Red+Green+Blue) = 114+69+206=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #7245CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7245CE is #8DBA31. Grayscale: #616161. Windows color (decimal): -9288242 or 13518194. OLE color: 13518194.

HSL color Cylindrical-coordinate representation of color #7245CE: hue angle of 259.71º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7245CE is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 69 206 -
CMYK 0.45 0.67 0 0.19
HSL 259.71º 0.58% 0.54% -
HSV(B) 259.71º 0.67% 0.81% -
XYZ 20.21 12.29 59.7 -
YUV 98.07 188.91 139.36 -
System Red Green Blue C M Y K H S L
Decimal 114 69 206 0.45 0.67 0 0.19 259.71 0.58 0.54
Hex 72 45 CE 2D 43 0 13 104 3A 36
Octal 162 105 316 55 103 0 23 404 72 66
Binary 1110010 1000101 11001110 101101 1000011 0 10011 100000100 111010 110110

Color Harmonies of #7245CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7245CE

Black with #7245CE

Text Example


Text Example

White with #7245CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7245CE; }

 p { color: rgb(114,69,206); }

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

background-color css

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

 a { background-color: rgb(114,69,206); }

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

border-color css

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

 span { border-color: rgb(114,69,206); }

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