Html Css Color HEX #765A9B Studio

📋 copy color: '#765A9B'

red 118 ◦ green 90 ◦ blue 155

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

Shades of Studio #765A9B

Tints of Studio #765A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.7%

R = 32.51%
G = 24.79%
B = 42.7%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#765A9B (or 0x765A9B) is known color: Studio. HEX triplet: 76, 5A and 9B. RGB value is (118,90,155). Sum of RGB (Red+Green+Blue) = 118+90+155=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #765A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765A9B is #89A564. Grayscale: #696969. Windows color (decimal): -9020773 or 10181238. OLE color: 10181238.

HSL color Cylindrical-coordinate representation of color #765A9B: hue angle of 265.85º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #765A9B is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 90 155 -
CMYK 0.24 0.42 0 0.39
HSL 265.85º 0.27% 0.48% -
HSV(B) 265.85º 0.42% 0.61% -
XYZ 17.04 13.53 32.72 -
YUV 105.78 155.78 136.71 -
System Red Green Blue C M Y K H S L
Decimal 118 90 155 0.24 0.42 0 0.39 265.85 0.27 0.48
Hex 76 5A 9B 18 2A 0 27 10A 1B 30
Octal 166 132 233 30 52 0 47 412 33 60
Binary 1110110 1011010 10011011 11000 101010 0 100111 100001010 11011 110000

Color Harmonies of #765A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765A9B

Black with #765A9B

Text Example


Text Example

White with #765A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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