Html Css Color HEX #7565CA Slate Blue

📋 copy color: '#7565CA'

red 117 ◦ green 101 ◦ blue 202

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

Shades of Slate Blue #7565CA

Tints of Slate Blue #7565CA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.05%

 BLUE value IS 202 (79.3% from 255) = 48.1%

R = 27.86%
G = 24.05%
B = 48.1%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7565CA (or 0x7565CA) is known color: Slate Blue. HEX triplet: 75, 65 and CA. RGB value is (117,101,202). Sum of RGB (Red+Green+Blue) = 117+101+202=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #7565CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7565CA is #8A9A35. Grayscale: #747474. Windows color (decimal): -9083446 or 13264245. OLE color: 13264245.

HSL color Cylindrical-coordinate representation of color #7565CA: hue angle of 249.5º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7565CA is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 101 202 -
CMYK 0.42 0.50 0 0.21
HSL 249.5º 0.49% 0.59% -
HSV(B) 249.5º 0.5% 0.79% -
XYZ 22.65 17.35 58.03 -
YUV 117.3 175.8 127.79 -
System Red Green Blue C M Y K H S L
Decimal 117 101 202 0.42 0.50 0 0.21 249.5 0.49 0.59
Hex 75 65 CA 2A 32 0 15 FA 31 3B
Octal 165 145 312 52 62 0 25 372 61 73
Binary 1110101 1100101 11001010 101010 110010 0 10101 11111010 110001 111011

Color Harmonies of #7565CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7565CA

Black with #7565CA

Text Example


Text Example

White with #7565CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7565CA; }

 p { color: rgb(117,101,202); }

 H1.HeaderClassName
 {
   color: #7565CA;
 }
 .AnyTagClassName
 {
   color: #7565CA;
 }
</style>

background-color css

<style>
 a { background-color: #7565CA; }

 a { background-color: rgb(117,101,202); }

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

border-color css

<style>
 span { border-color: #7565CA; }

 span { border-color: rgb(117,101,202); }

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