Html Css Color HEX #919CCD Portage

📋 copy color: '#919CCD'

red 145 ◦ green 156 ◦ blue 205

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

Shades of Portage #919CCD

Tints of Portage #919CCD

RGB

 RED value IS 145 (57.03% from 255) = 28.66%

 GREEN value IS 156 (61.33% from 255) = 30.83%

 BLUE value IS 205 (80.47% from 255) = 40.51%

R = 28.66%
G = 30.83%
B = 40.51%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#919CCD (or 0x919CCD) is known color: Portage. HEX triplet: 91, 9C and CD. RGB value is (145,156,205). Sum of RGB (Red+Green+Blue) = 145+156+205=506 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.66% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #919CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919CCD is #6E6332. Grayscale: #9E9E9E. Windows color (decimal): -7234355 or 13474961. OLE color: 13474961.

HSL color Cylindrical-coordinate representation of color #919CCD: hue angle of 229º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #919CCD is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 145 156 205 -
CMYK 0.29 0.24 0 0.20
HSL 229º 0.38% 0.69% -
HSV(B) 229º 0.29% 0.8% -
XYZ 34.58 34.2 62.54 -
YUV 158.3 154.36 118.52 -
System Red Green Blue C M Y K H S L
Decimal 145 156 205 0.29 0.24 0 0.20 229 0.38 0.69
Hex 91 9C CD 1D 18 0 14 E5 26 45
Octal 221 234 315 35 30 0 24 345 46 105
Binary 10010001 10011100 11001101 11101 11000 0 10100 11100101 100110 1000101

Color Harmonies of #919CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919CCD

Black with #919CCD

Text Example


Text Example

White with #919CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919CCD; }

 p { color: rgb(145,156,205); }

 H1.HeaderClassName
 {
   color: #919CCD;
 }
 .AnyTagClassName
 {
   color: #919CCD;
 }
</style>

background-color css

<style>
 a { background-color: #919CCD; }

 a { background-color: rgb(145,156,205); }

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

border-color css

<style>
 span { border-color: #919CCD; }

 span { border-color: rgb(145,156,205); }

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