Html Css Color HEX #765ADA Slate Blue

📋 copy color: '#765ADA'

red 118 ◦ green 90 ◦ blue 218

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

Shades of Slate Blue #765ADA

Tints of Slate Blue #765ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.17%

R = 27.7%
G = 21.13%
B = 51.17%

CMYK

 C value IS 0.46

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#765ADA (or 0x765ADA) is known color: Slate Blue. HEX triplet: 76, 5A and DA. RGB value is (118,90,218). Sum of RGB (Red+Green+Blue) = 118+90+218=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #765ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765ADA is #89A525. Grayscale: #707070. Windows color (decimal): -9020710 or 14310006. OLE color: 14310006.

HSL color Cylindrical-coordinate representation of color #765ADA: hue angle of 253.12º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #765ADA is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 90 218 -
CMYK 0.46 0.59 0 0.15
HSL 253.13º 0.63% 0.6% -
HSV(B) 253.13º 0.59% 0.85% -
XYZ 23.78 16.23 68.21 -
YUV 112.96 187.28 131.59 -
System Red Green Blue C M Y K H S L
Decimal 118 90 218 0.46 0.59 0 0.15 253.13 0.63 0.6
Hex 76 5A DA 2E 3B 0 F FD 3F 3C
Octal 166 132 332 56 73 0 17 375 77 74
Binary 1110110 1011010 11011010 101110 111011 0 1111 11111101 111111 111100

Color Harmonies of #765ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765ADA

Black with #765ADA

Text Example


Text Example

White with #765ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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