Html Css Color HEX #7355CB Slate Blue

📋 copy color: '#7355CB'

red 115 ◦ green 85 ◦ blue 203

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

Shades of Slate Blue #7355CB

Tints of Slate Blue #7355CB

RGB

 RED value IS 115 (45.31% from 255) = 28.54%

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

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

R = 28.54%
G = 21.09%
B = 50.37%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7355CB (or 0x7355CB) is known color: Slate Blue. HEX triplet: 73, 55 and CB. RGB value is (115,85,203). Sum of RGB (Red+Green+Blue) = 115+85+203=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #7355CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7355CB is #8CAA34. Grayscale: #6A6A6A. Windows color (decimal): -9218613 or 13325683. OLE color: 13325683.

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

Color convert

RGB 115 85 203 -
CMYK 0.43 0.58 0 0.20
HSL 255.25º 0.53% 0.56% -
HSV(B) 255.25º 0.58% 0.8% -
XYZ 21.1 14.45 58.18 -
YUV 107.42 181.94 133.41 -
System Red Green Blue C M Y K H S L
Decimal 115 85 203 0.43 0.58 0 0.20 255.25 0.53 0.56
Hex 73 55 CB 2B 3A 0 14 FF 35 38
Octal 163 125 313 53 72 0 24 377 65 70
Binary 1110011 1010101 11001011 101011 111010 0 10100 11111111 110101 111000

Color Harmonies of #7355CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7355CB

Black with #7355CB

Text Example


Text Example

White with #7355CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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