Html Css Color HEX #765ACC Slate Blue

📋 copy color: '#765ACC'

red 118 ◦ green 90 ◦ blue 204

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

Shades of Slate Blue #765ACC

Tints of Slate Blue #765ACC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.84%

 BLUE value IS 204 (80.08% from 255) = 49.51%

R = 28.64%
G = 21.84%
B = 49.51%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#765ACC (or 0x765ACC) is known color: Slate Blue. HEX triplet: 76, 5A and CC. RGB value is (118,90,204). Sum of RGB (Red+Green+Blue) = 118+90+204=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 90 (35.55% from 255 or 21.84% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #765ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765ACC is #89A533. Grayscale: #6E6E6E. Windows color (decimal): -9020724 or 13392502. OLE color: 13392502.

HSL color Cylindrical-coordinate representation of color #765ACC: hue angle of 254.74º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #765ACC is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 118 90 204 -
CMYK 0.42 0.56 0 0.2
HSL 254.74º 0.53% 0.58% -
HSV(B) 254.74º 0.56% 0.8% -
XYZ 22.03 15.52 58.96 -
YUV 111.37 180.28 132.73 -
System Red Green Blue C M Y K H S L
Decimal 118 90 204 0.42 0.56 0 0.2 254.74 0.53 0.58
Hex 76 5A CC 2A 38 0 14 FF 35 3A
Octal 166 132 314 52 70 0 24 377 65 72
Binary 1110110 1011010 11001100 101010 111000 0 10100 11111111 110101 111010

Color Harmonies of #765ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765ACC

Black with #765ACC

Text Example


Text Example

White with #765ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,90,204); }

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

background-color css

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

 a { background-color: rgb(118,90,204); }

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

border-color css

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

 span { border-color: rgb(118,90,204); }

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