Html Css Color HEX #7363CB Slate Blue

📋 copy color: '#7363CB'

red 115 ◦ green 99 ◦ blue 203

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

Shades of Slate Blue #7363CB

Tints of Slate Blue #7363CB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.74%

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

R = 27.58%
G = 23.74%
B = 48.68%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7363CB (or 0x7363CB) is known color: Slate Blue. HEX triplet: 73, 63 and CB. RGB value is (115,99,203). Sum of RGB (Red+Green+Blue) = 115+99+203=417 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.58% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #7363CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7363CB is #8C9C34. Grayscale: #737373. Windows color (decimal): -9215029 or 13329267. OLE color: 13329267.

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

Color convert

RGB 115 99 203 -
CMYK 0.43 0.51 0 0.20
HSL 249.23º 0.5% 0.59% -
HSV(B) 249.23º 0.51% 0.8% -
XYZ 22.31 16.88 58.58 -
YUV 115.64 177.3 127.54 -
System Red Green Blue C M Y K H S L
Decimal 115 99 203 0.43 0.51 0 0.20 249.23 0.5 0.59
Hex 73 63 CB 2B 33 0 14 F9 32 3B
Octal 163 143 313 53 63 0 24 371 62 73
Binary 1110011 1100011 11001011 101011 110011 0 10100 11111001 110010 111011

Color Harmonies of #7363CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7363CB

Black with #7363CB

Text Example


Text Example

White with #7363CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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