Html Css Color HEX #7650B1 Studio

📋 copy color: '#7650B1'

red 118 ◦ green 80 ◦ blue 177

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

Shades of Studio #7650B1

Tints of Studio #7650B1

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.33%

 BLUE value IS 177 (69.53% from 255) = 47.2%

R = 31.47%
G = 21.33%
B = 47.2%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7650B1 (or 0x7650B1) is known color: Studio. HEX triplet: 76, 50 and B1. RGB value is (118,80,177). Sum of RGB (Red+Green+Blue) = 118+80+177=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 177 (69.53% from 255 or 47.2% from 375); Max value from RGB is 177 - color contains mainly: blue. Hex color #7650B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7650B1 is #89AF4E. Grayscale: #666666. Windows color (decimal): -9023311 or 11620470. OLE color: 11620470.

HSL color Cylindrical-coordinate representation of color #7650B1: hue angle of 263.51º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7650B1 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 118 80 177 -
CMYK 0.33 0.55 0 0.31
HSL 263.51º 0.38% 0.5% -
HSV(B) 263.51º 0.55% 0.69% -
XYZ 18.28 12.76 43.1 -
YUV 102.42 170.09 139.11 -
System Red Green Blue C M Y K H S L
Decimal 118 80 177 0.33 0.55 0 0.31 263.51 0.38 0.5
Hex 76 50 B1 21 37 0 1F 108 26 32
Octal 166 120 261 41 67 0 37 410 46 62
Binary 1110110 1010000 10110001 100001 110111 0 11111 100001000 100110 110010

Color Harmonies of #7650B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7650B1

Black with #7650B1

Text Example


Text Example

White with #7650B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7650B1; }

 p { color: rgb(118,80,177); }

 H1.HeaderClassName
 {
   color: #7650B1;
 }
 .AnyTagClassName
 {
   color: #7650B1;
 }
</style>

background-color css

<style>
 a { background-color: #7650B1; }

 a { background-color: rgb(118,80,177); }

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

border-color css

<style>
 span { border-color: #7650B1; }

 span { border-color: rgb(118,80,177); }

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