Html Css Color HEX #7742BA Studio

📋 copy color: '#7742BA'

red 119 ◦ green 66 ◦ blue 186

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

Shades of Studio #7742BA

Tints of Studio #7742BA

RGB

 RED value IS 119 (46.88% from 255) = 32.08%

 GREEN value IS 66 (26.17% from 255) = 17.79%

 BLUE value IS 186 (73.05% from 255) = 50.13%

R = 32.08%
G = 17.79%
B = 50.13%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7742BA (or 0x7742BA) is known color: Studio. HEX triplet: 77, 42 and BA. RGB value is (119,66,186). Sum of RGB (Red+Green+Blue) = 119+66+186=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #7742BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7742BA is #88BD45. Grayscale: #5F5F5F. Windows color (decimal): -8961350 or 12206711. OLE color: 12206711.

HSL color Cylindrical-coordinate representation of color #7742BA: hue angle of 266.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7742BA is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 66 186 -
CMYK 0.36 0.65 0 0.27
HSL 266.5º 0.48% 0.49% -
HSV(B) 266.5º 0.65% 0.73% -
XYZ 18.42 11.36 47.68 -
YUV 95.53 179.06 144.74 -
System Red Green Blue C M Y K H S L
Decimal 119 66 186 0.36 0.65 0 0.27 266.5 0.48 0.49
Hex 77 42 BA 24 41 0 1B 10A 30 31
Octal 167 102 272 44 101 0 33 412 60 61
Binary 1110111 1000010 10111010 100100 1000001 0 11011 100001010 110000 110001

Color Harmonies of #7742BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7742BA

Black with #7742BA

Text Example


Text Example

White with #7742BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7742BA; }

 p { color: rgb(119,66,186); }

 H1.HeaderClassName
 {
   color: #7742BA;
 }
 .AnyTagClassName
 {
   color: #7742BA;
 }
</style>

background-color css

<style>
 a { background-color: #7742BA; }

 a { background-color: rgb(119,66,186); }

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

border-color css

<style>
 span { border-color: #7742BA; }

 span { border-color: rgb(119,66,186); }

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