Html Css Color HEX #7658AB Studio

📋 copy color: '#7658AB'

red 118 ◦ green 88 ◦ blue 171

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

Shades of Studio #7658AB

Tints of Studio #7658AB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.34%

 BLUE value IS 171 (67.19% from 255) = 45.36%

R = 31.3%
G = 23.34%
B = 45.36%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7658AB (or 0x7658AB) is known color: Studio. HEX triplet: 76, 58 and AB. RGB value is (118,88,171). Sum of RGB (Red+Green+Blue) = 118+88+171=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #7658AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7658AB is #89A754. Grayscale: #6A6A6A. Windows color (decimal): -9021269 or 11229302. OLE color: 11229302.

HSL color Cylindrical-coordinate representation of color #7658AB: hue angle of 261.69º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7658AB is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 88 171 -
CMYK 0.31 0.49 0 0.33
HSL 261.69º 0.33% 0.51% -
HSV(B) 261.69º 0.49% 0.67% -
XYZ 18.31 13.77 40.22 -
YUV 106.43 164.44 136.25 -
System Red Green Blue C M Y K H S L
Decimal 118 88 171 0.31 0.49 0 0.33 261.69 0.33 0.51
Hex 76 58 AB 1F 31 0 21 106 21 33
Octal 166 130 253 37 61 0 41 406 41 63
Binary 1110110 1011000 10101011 11111 110001 0 100001 100000110 100001 110011

Color Harmonies of #7658AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7658AB

Black with #7658AB

Text Example


Text Example

White with #7658AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7658AB; }

 p { color: rgb(118,88,171); }

 H1.HeaderClassName
 {
   color: #7658AB;
 }
 .AnyTagClassName
 {
   color: #7658AB;
 }
</style>

background-color css

<style>
 a { background-color: #7658AB; }

 a { background-color: rgb(118,88,171); }

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

border-color css

<style>
 span { border-color: #7658AB; }

 span { border-color: rgb(118,88,171); }

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