Html Css Color HEX #754BB8 Studio

📋 copy color: '#754BB8'

red 117 ◦ green 75 ◦ blue 184

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

Shades of Studio #754BB8

Tints of Studio #754BB8

RGB

 RED value IS 117 (46.09% from 255) = 31.12%

 GREEN value IS 75 (29.69% from 255) = 19.95%

 BLUE value IS 184 (72.27% from 255) = 48.94%

R = 31.12%
G = 19.95%
B = 48.94%

CMYK

 C value IS 0.36

 M value IS 0.59

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#754BB8 (or 0x754BB8) is known color: Studio. HEX triplet: 75, 4B and B8. RGB value is (117,75,184). Sum of RGB (Red+Green+Blue) = 117+75+184=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 184 (72.27% from 255 or 48.94% from 376); Max value from RGB is 184 - color contains mainly: blue. Hex color #754BB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754BB8 is #8AB447. Grayscale: #636363. Windows color (decimal): -9090120 or 12077941. OLE color: 12077941.

HSL color Cylindrical-coordinate representation of color #754BB8: hue angle of 263.12º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #754BB8 is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 117 75 184 -
CMYK 0.36 0.59 0 0.28
HSL 263.12º 0.43% 0.51% -
HSV(B) 263.12º 0.59% 0.72% -
XYZ 18.5 12.27 46.74 -
YUV 99.98 175.41 140.14 -
System Red Green Blue C M Y K H S L
Decimal 117 75 184 0.36 0.59 0 0.28 263.12 0.43 0.51
Hex 75 4B B8 24 3B 0 1C 107 2B 33
Octal 165 113 270 44 73 0 34 407 53 63
Binary 1110101 1001011 10111000 100100 111011 0 11100 100000111 101011 110011

Color Harmonies of #754BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754BB8

Black with #754BB8

Text Example


Text Example

White with #754BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754BB8; }

 p { color: rgb(117,75,184); }

 H1.HeaderClassName
 {
   color: #754BB8;
 }
 .AnyTagClassName
 {
   color: #754BB8;
 }
</style>

background-color css

<style>
 a { background-color: #754BB8; }

 a { background-color: rgb(117,75,184); }

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

border-color css

<style>
 span { border-color: #754BB8; }

 span { border-color: rgb(117,75,184); }

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