Html Css Color HEX #764CBB Studio

📋 copy color: '#764CBB'

red 118 ◦ green 76 ◦ blue 187

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

Shades of Studio #764CBB

Tints of Studio #764CBB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.95%

 BLUE value IS 187 (73.44% from 255) = 49.08%

R = 30.97%
G = 19.95%
B = 49.08%

CMYK

 C value IS 0.37

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#764CBB (or 0x764CBB) is known color: Studio. HEX triplet: 76, 4C and BB. RGB value is (118,76,187). Sum of RGB (Red+Green+Blue) = 118+76+187=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #764CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764CBB is #89B344. Grayscale: #646464. Windows color (decimal): -9024325 or 12274806. OLE color: 12274806.

HSL color Cylindrical-coordinate representation of color #764CBB: hue angle of 262.7º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #764CBB is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 76 187 -
CMYK 0.37 0.59 0 0.27
HSL 262.7º 0.45% 0.52% -
HSV(B) 262.7º 0.59% 0.73% -
XYZ 19.03 12.61 48.44 -
YUV 101.21 176.41 139.97 -
System Red Green Blue C M Y K H S L
Decimal 118 76 187 0.37 0.59 0 0.27 262.7 0.45 0.52
Hex 76 4C BB 25 3B 0 1B 107 2D 34
Octal 166 114 273 45 73 0 33 407 55 64
Binary 1110110 1001100 10111011 100101 111011 0 11011 100000111 101101 110100

Color Harmonies of #764CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764CBB

Black with #764CBB

Text Example


Text Example

White with #764CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764CBB; }

 p { color: rgb(118,76,187); }

 H1.HeaderClassName
 {
   color: #764CBB;
 }
 .AnyTagClassName
 {
   color: #764CBB;
 }
</style>

background-color css

<style>
 a { background-color: #764CBB; }

 a { background-color: rgb(118,76,187); }

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

border-color css

<style>
 span { border-color: #764CBB; }

 span { border-color: rgb(118,76,187); }

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