Html Css Color HEX #7055CB Slate Blue

📋 copy color: '#7055CB'

red 112 ◦ green 85 ◦ blue 203

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

Shades of Slate Blue #7055CB

Tints of Slate Blue #7055CB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.25%

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

R = 28%
G = 21.25%
B = 50.75%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7055CB (or 0x7055CB) is known color: Slate Blue. HEX triplet: 70, 55 and CB. RGB value is (112,85,203). Sum of RGB (Red+Green+Blue) = 112+85+203=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #7055CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7055CB is #8FAA34. Grayscale: #6A6A6A. Windows color (decimal): -9415221 or 13325680. OLE color: 13325680.

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

Color convert

RGB 112 85 203 -
CMYK 0.45 0.58 0 0.20
HSL 253.73º 0.53% 0.56% -
HSV(B) 253.73º 0.58% 0.8% -
XYZ 20.71 14.25 58.16 -
YUV 106.53 182.45 131.91 -
System Red Green Blue C M Y K H S L
Decimal 112 85 203 0.45 0.58 0 0.20 253.73 0.53 0.56
Hex 70 55 CB 2D 3A 0 14 FE 35 38
Octal 160 125 313 55 72 0 24 376 65 70
Binary 1110000 1010101 11001011 101101 111010 0 10100 11111110 110101 111000

Color Harmonies of #7055CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7055CB

Black with #7055CB

Text Example


Text Example

White with #7055CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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