Html Css Color HEX #7250C3 Slate Blue

📋 copy color: '#7250C3'

red 114 ◦ green 80 ◦ blue 195

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

Shades of Slate Blue #7250C3

Tints of Slate Blue #7250C3

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.57%

 BLUE value IS 195 (76.56% from 255) = 50.13%

R = 29.31%
G = 20.57%
B = 50.13%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7250C3 (or 0x7250C3) is known color: Slate Blue. HEX triplet: 72, 50 and C3. RGB value is (114,80,195). Sum of RGB (Red+Green+Blue) = 114+80+195=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 195 (76.56% from 255 or 50.13% from 389); Max value from RGB is 195 - color contains mainly: blue. Hex color #7250C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7250C3 is #8DAF3C. Grayscale: #666666. Windows color (decimal): -9285437 or 12800114. OLE color: 12800114.

HSL color Cylindrical-coordinate representation of color #7250C3: hue angle of 257.74º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7250C3 is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 114 80 195 -
CMYK 0.42 0.59 0 0.24
HSL 257.74º 0.49% 0.54% -
HSV(B) 257.74º 0.59% 0.76% -
XYZ 19.66 13.25 53.15 -
YUV 103.28 179.76 135.65 -
System Red Green Blue C M Y K H S L
Decimal 114 80 195 0.42 0.59 0 0.24 257.74 0.49 0.54
Hex 72 50 C3 2A 3B 0 18 102 31 36
Octal 162 120 303 52 73 0 30 402 61 66
Binary 1110010 1010000 11000011 101010 111011 0 11000 100000010 110001 110110

Color Harmonies of #7250C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7250C3

Black with #7250C3

Text Example


Text Example

White with #7250C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7250C3; }

 p { color: rgb(114,80,195); }

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

background-color css

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

 a { background-color: rgb(114,80,195); }

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

border-color css

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

 span { border-color: rgb(114,80,195); }

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