Html Css Color HEX #7154CA Slate Blue

📋 copy color: '#7154CA'

red 113 ◦ green 84 ◦ blue 202

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

Shades of Slate Blue #7154CA

Tints of Slate Blue #7154CA

RGB

 RED value IS 113 (44.53% from 255) = 28.32%

 GREEN value IS 84 (33.2% from 255) = 21.05%

 BLUE value IS 202 (79.3% from 255) = 50.63%

R = 28.32%
G = 21.05%
B = 50.63%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7154CA (or 0x7154CA) is known color: Slate Blue. HEX triplet: 71, 54 and CA. RGB value is (113,84,202). Sum of RGB (Red+Green+Blue) = 113+84+202=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #7154CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7154CA is #8EAB35. Grayscale: #696969. Windows color (decimal): -9349942 or 13259889. OLE color: 13259889.

HSL color Cylindrical-coordinate representation of color #7154CA: hue angle of 254.75º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7154CA is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 113 84 202 -
CMYK 0.44 0.58 0 0.21
HSL 254.75º 0.53% 0.56% -
HSV(B) 254.75º 0.58% 0.79% -
XYZ 20.64 14.12 57.51 -
YUV 106.12 182.11 132.91 -
System Red Green Blue C M Y K H S L
Decimal 113 84 202 0.44 0.58 0 0.21 254.75 0.53 0.56
Hex 71 54 CA 2C 3A 0 15 FF 35 38
Octal 161 124 312 54 72 0 25 377 65 70
Binary 1110001 1010100 11001010 101100 111010 0 10101 11111111 110101 111000

Color Harmonies of #7154CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7154CA

Black with #7154CA

Text Example


Text Example

White with #7154CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7154CA; }

 p { color: rgb(113,84,202); }

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

background-color css

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

 a { background-color: rgb(113,84,202); }

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

border-color css

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

 span { border-color: rgb(113,84,202); }

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