Html Css Color HEX #796CCB Moody Blue

📋 copy color: '#796CCB'

red 121 ◦ green 108 ◦ blue 203

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

Shades of Moody Blue #796CCB

Tints of Moody Blue #796CCB

RGB

 RED value IS 121 (47.66% from 255) = 28.01%

 GREEN value IS 108 (42.58% from 255) = 25%

 BLUE value IS 203 (79.69% from 255) = 46.99%

R = 28.01%
G = 25%
B = 46.99%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#796CCB (or 0x796CCB) is known color: Moody Blue. HEX triplet: 79, 6C and CB. RGB value is (121,108,203). Sum of RGB (Red+Green+Blue) = 121+108+203=432 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.01% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #796CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796CCB is #869334. Grayscale: #7A7A7A. Windows color (decimal): -8819509 or 13331577. OLE color: 13331577.

HSL color Cylindrical-coordinate representation of color #796CCB: hue angle of 248.21º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #796CCB is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 121 108 203 -
CMYK 0.40 0.47 0 0.20
HSL 248.21º 0.48% 0.61% -
HSV(B) 248.21º 0.47% 0.8% -
XYZ 24.03 19.1 58.92 -
YUV 122.72 173.31 126.78 -
System Red Green Blue C M Y K H S L
Decimal 121 108 203 0.40 0.47 0 0.20 248.21 0.48 0.61
Hex 79 6C CB 28 2F 0 14 F8 30 3D
Octal 171 154 313 50 57 0 24 370 60 75
Binary 1111001 1101100 11001011 101000 101111 0 10100 11111000 110000 111101

Color Harmonies of #796CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796CCB

Black with #796CCB

Text Example


Text Example

White with #796CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796CCB; }

 p { color: rgb(121,108,203); }

 H1.HeaderClassName
 {
   color: #796CCB;
 }
 .AnyTagClassName
 {
   color: #796CCB;
 }
</style>

background-color css

<style>
 a { background-color: #796CCB; }

 a { background-color: rgb(121,108,203); }

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

border-color css

<style>
 span { border-color: #796CCB; }

 span { border-color: rgb(121,108,203); }

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