Html Css Color HEX #7054CB Slate Blue

📋 copy color: '#7054CB'

red 112 ◦ green 84 ◦ blue 203

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

Shades of Slate Blue #7054CB

Tints of Slate Blue #7054CB

RGB

 RED value IS 112 (44.14% from 255) = 28.07%

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

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

R = 28.07%
G = 21.05%
B = 50.88%

CMYK

 C value IS 0.45

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7054CB (or 0x7054CB) is known color: Slate Blue. HEX triplet: 70, 54 and CB. RGB value is (112,84,203). Sum of RGB (Red+Green+Blue) = 112+84+203=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #7054CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7054CB is #8FAB34. Grayscale: #696969. Windows color (decimal): -9415477 or 13325424. OLE color: 13325424.

HSL color Cylindrical-coordinate representation of color #7054CB: hue angle of 254.12º 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 #7054CB is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 84 203 -
CMYK 0.45 0.59 0 0.20
HSL 254.12º 0.53% 0.56% -
HSV(B) 254.12º 0.59% 0.8% -
XYZ 20.63 14.1 58.13 -
YUV 105.94 182.78 132.32 -
System Red Green Blue C M Y K H S L
Decimal 112 84 203 0.45 0.59 0 0.20 254.12 0.53 0.56
Hex 70 54 CB 2D 3B 0 14 FE 35 38
Octal 160 124 313 55 73 0 24 376 65 70
Binary 1110000 1010100 11001011 101101 111011 0 10100 11111110 110101 111000

Color Harmonies of #7054CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7054CB

Black with #7054CB

Text Example


Text Example

White with #7054CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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