Html Css Color HEX #7562CF Slate Blue

📋 copy color: '#7562CF'

red 117 ◦ green 98 ◦ blue 207

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

Shades of Slate Blue #7562CF

Tints of Slate Blue #7562CF

RGB

 RED value IS 117 (46.09% from 255) = 27.73%

 GREEN value IS 98 (38.67% from 255) = 23.22%

 BLUE value IS 207 (81.25% from 255) = 49.05%

R = 27.73%
G = 23.22%
B = 49.05%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7562CF (or 0x7562CF) is known color: Slate Blue. HEX triplet: 75, 62 and CF. RGB value is (117,98,207). Sum of RGB (Red+Green+Blue) = 117+98+207=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #7562CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7562CF is #8A9D30. Grayscale: #737373. Windows color (decimal): -9084209 or 13591157. OLE color: 13591157.

HSL color Cylindrical-coordinate representation of color #7562CF: hue angle of 250.46º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7562CF is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 98 207 -
CMYK 0.43 0.53 0 0.19
HSL 250.46º 0.53% 0.6% -
HSV(B) 250.46º 0.53% 0.81% -
XYZ 22.97 17.02 61.11 -
YUV 116.11 179.29 128.64 -
System Red Green Blue C M Y K H S L
Decimal 117 98 207 0.43 0.53 0 0.19 250.46 0.53 0.6
Hex 75 62 CF 2B 35 0 13 FA 35 3C
Octal 165 142 317 53 65 0 23 372 65 74
Binary 1110101 1100010 11001111 101011 110101 0 10011 11111010 110101 111100

Color Harmonies of #7562CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7562CF

Black with #7562CF

Text Example


Text Example

White with #7562CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7562CF; }

 p { color: rgb(117,98,207); }

 H1.HeaderClassName
 {
   color: #7562CF;
 }
 .AnyTagClassName
 {
   color: #7562CF;
 }
</style>

background-color css

<style>
 a { background-color: #7562CF; }

 a { background-color: rgb(117,98,207); }

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

border-color css

<style>
 span { border-color: #7562CF; }

 span { border-color: rgb(117,98,207); }

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