Html Css Color HEX #7254CB Slate Blue

📋 copy color: '#7254CB'

red 114 ◦ green 84 ◦ blue 203

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

Shades of Slate Blue #7254CB

Tints of Slate Blue #7254CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.62%

R = 28.43%
G = 20.95%
B = 50.62%

CMYK

 C value IS 0.44

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7254CB (or 0x7254CB) is known color: Slate Blue. HEX triplet: 72, 54 and CB. RGB value is (114,84,203). Sum of RGB (Red+Green+Blue) = 114+84+203=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #7254CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7254CB is #8DAB34. Grayscale: #6A6A6A. Windows color (decimal): -9284405 or 13325426. OLE color: 13325426.

HSL color Cylindrical-coordinate representation of color #7254CB: hue angle of 255.13º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7254CB is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 84 203 -
CMYK 0.44 0.59 0 0.20
HSL 255.13º 0.53% 0.56% -
HSV(B) 255.13º 0.59% 0.8% -
XYZ 20.89 14.23 58.15 -
YUV 106.54 182.44 133.32 -
System Red Green Blue C M Y K H S L
Decimal 114 84 203 0.44 0.59 0 0.20 255.13 0.53 0.56
Hex 72 54 CB 2C 3B 0 14 FF 35 38
Octal 162 124 313 54 73 0 24 377 65 70
Binary 1110010 1010100 11001011 101100 111011 0 10100 11111111 110101 111000

Color Harmonies of #7254CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7254CB

Black with #7254CB

Text Example


Text Example

White with #7254CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7254CB; }

 p { color: rgb(114,84,203); }

 H1.HeaderClassName
 {
   color: #7254CB;
 }
 .AnyTagClassName
 {
   color: #7254CB;
 }
</style>

background-color css

<style>
 a { background-color: #7254CB; }

 a { background-color: rgb(114,84,203); }

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

border-color css

<style>
 span { border-color: #7254CB; }

 span { border-color: rgb(114,84,203); }

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