Html Css Color HEX #765CC2 Slate Blue

📋 copy color: '#765CC2'

red 118 ◦ green 92 ◦ blue 194

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

Shades of Slate Blue #765CC2

Tints of Slate Blue #765CC2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.77%

 BLUE value IS 194 (76.17% from 255) = 48.02%

R = 29.21%
G = 22.77%
B = 48.02%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#765CC2 (or 0x765CC2) is known color: Slate Blue. HEX triplet: 76, 5C and C2. RGB value is (118,92,194). Sum of RGB (Red+Green+Blue) = 118+92+194=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 92 (36.33% from 255 or 22.77% from 404); Blue value is 194 (76.17% from 255 or 48.02% from 404); Max value from RGB is 194 - color contains mainly: blue. Hex color #765CC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765CC2 is #89A33D. Grayscale: #6F6F6F. Windows color (decimal): -9020222 or 12737654. OLE color: 12737654.

HSL color Cylindrical-coordinate representation of color #765CC2: hue angle of 255.29º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #765CC2 is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 92 194 -
CMYK 0.39 0.53 0 0.24
HSL 255.29º 0.46% 0.56% -
HSV(B) 255.29º 0.53% 0.76% -
XYZ 21.04 15.4 52.9 -
YUV 111.4 174.61 132.71 -
System Red Green Blue C M Y K H S L
Decimal 118 92 194 0.39 0.53 0 0.24 255.29 0.46 0.56
Hex 76 5C C2 27 35 0 18 FF 2E 38
Octal 166 134 302 47 65 0 30 377 56 70
Binary 1110110 1011100 11000010 100111 110101 0 11000 11111111 101110 111000

Color Harmonies of #765CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765CC2

Black with #765CC2

Text Example


Text Example

White with #765CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765CC2; }

 p { color: rgb(118,92,194); }

 H1.HeaderClassName
 {
   color: #765CC2;
 }
 .AnyTagClassName
 {
   color: #765CC2;
 }
</style>

background-color css

<style>
 a { background-color: #765CC2; }

 a { background-color: rgb(118,92,194); }

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

border-color css

<style>
 span { border-color: #765CC2; }

 span { border-color: rgb(118,92,194); }

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