Html Css Color HEX #7366CD Slate Blue

📋 copy color: '#7366CD'

red 115 ◦ green 102 ◦ blue 205

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

Shades of Slate Blue #7366CD

Tints of Slate Blue #7366CD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.17%

 BLUE value IS 205 (80.47% from 255) = 48.58%

R = 27.25%
G = 24.17%
B = 48.58%

CMYK

 C value IS 0.44

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7366CD (or 0x7366CD) is known color: Slate Blue. HEX triplet: 73, 66 and CD. RGB value is (115,102,205). Sum of RGB (Red+Green+Blue) = 115+102+205=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #7366CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7366CD is #8C9932. Grayscale: #757575. Windows color (decimal): -9214259 or 13461107. OLE color: 13461107.

HSL color Cylindrical-coordinate representation of color #7366CD: hue angle of 247.57º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7366CD is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 115 102 205 -
CMYK 0.44 0.50 0 0.20
HSL 247.57º 0.51% 0.6% -
HSV(B) 247.57º 0.5% 0.8% -
XYZ 22.84 17.56 59.94 -
YUV 117.63 177.31 126.12 -
System Red Green Blue C M Y K H S L
Decimal 115 102 205 0.44 0.50 0 0.20 247.57 0.51 0.6
Hex 73 66 CD 2C 32 0 14 F8 33 3C
Octal 163 146 315 54 62 0 24 370 63 74
Binary 1110011 1100110 11001101 101100 110010 0 10100 11111000 110011 111100

Color Harmonies of #7366CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7366CD

Black with #7366CD

Text Example


Text Example

White with #7366CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7366CD; }

 p { color: rgb(115,102,205); }

 H1.HeaderClassName
 {
   color: #7366CD;
 }
 .AnyTagClassName
 {
   color: #7366CD;
 }
</style>

background-color css

<style>
 a { background-color: #7366CD; }

 a { background-color: rgb(115,102,205); }

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

border-color css

<style>
 span { border-color: #7366CD; }

 span { border-color: rgb(115,102,205); }

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