Html Css Color HEX #7653CB Slate Blue

📋 copy color: '#7653CB'

red 118 ◦ green 83 ◦ blue 203

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

Shades of Slate Blue #7653CB

Tints of Slate Blue #7653CB

RGB

 RED value IS 118 (46.48% from 255) = 29.21%

 GREEN value IS 83 (32.81% from 255) = 20.54%

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

R = 29.21%
G = 20.54%
B = 50.25%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7653CB (or 0x7653CB) is known color: Slate Blue. HEX triplet: 76, 53 and CB. RGB value is (118,83,203). Sum of RGB (Red+Green+Blue) = 118+83+203=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #7653CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7653CB is #89AC34. Grayscale: #6A6A6A. Windows color (decimal): -9022517 or 13325174. OLE color: 13325174.

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

Color convert

RGB 118 83 203 -
CMYK 0.42 0.59 0 0.20
HSL 257.5º 0.54% 0.56% -
HSV(B) 257.5º 0.59% 0.8% -
XYZ 21.34 14.35 58.14 -
YUV 107.15 182.1 135.74 -
System Red Green Blue C M Y K H S L
Decimal 118 83 203 0.42 0.59 0 0.20 257.5 0.54 0.56
Hex 76 53 CB 2A 3B 0 14 102 36 38
Octal 166 123 313 52 73 0 24 402 66 70
Binary 1110110 1010011 11001011 101010 111011 0 10100 100000010 110110 111000

Color Harmonies of #7653CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7653CB

Black with #7653CB

Text Example


Text Example

White with #7653CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,83,203); }

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

background-color css

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

 a { background-color: rgb(118,83,203); }

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

border-color css

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

 span { border-color: rgb(118,83,203); }

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