Html Css Color HEX #947DCC True V

📋 copy color: '#947DCC'

red 148 ◦ green 125 ◦ blue 204

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

Shades of True V #947DCC

Tints of True V #947DCC

RGB

 RED value IS 148 (58.2% from 255) = 31.03%

 GREEN value IS 125 (49.22% from 255) = 26.21%

 BLUE value IS 204 (80.08% from 255) = 42.77%

R = 31.03%
G = 26.21%
B = 42.77%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#947DCC (or 0x947DCC) is known color: True V. HEX triplet: 94, 7D and CC. RGB value is (148,125,204). Sum of RGB (Red+Green+Blue) = 148+125+204=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #947DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947DCC is #6B8233. Grayscale: #8C8C8C. Windows color (decimal): -7045684 or 13401492. OLE color: 13401492.

HSL color Cylindrical-coordinate representation of color #947DCC: hue angle of 257.47º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #947DCC is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 125 204 -
CMYK 0.27 0.39 0 0.2
HSL 257.47º 0.44% 0.65% -
HSV(B) 257.47º 0.39% 0.8% -
XYZ 30.45 25.32 60.41 -
YUV 140.88 163.62 133.08 -
System Red Green Blue C M Y K H S L
Decimal 148 125 204 0.27 0.39 0 0.2 257.47 0.44 0.65
Hex 94 7D CC 1B 27 0 14 101 2C 41
Octal 224 175 314 33 47 0 24 401 54 101
Binary 10010100 1111101 11001100 11011 100111 0 10100 100000001 101100 1000001

Color Harmonies of #947DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947DCC

Black with #947DCC

Text Example


Text Example

White with #947DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947DCC; }

 p { color: rgb(148,125,204); }

 H1.HeaderClassName
 {
   color: #947DCC;
 }
 .AnyTagClassName
 {
   color: #947DCC;
 }
</style>

background-color css

<style>
 a { background-color: #947DCC; }

 a { background-color: rgb(148,125,204); }

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

border-color css

<style>
 span { border-color: #947DCC; }

 span { border-color: rgb(148,125,204); }

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