Html Css Color HEX #94A2F0 Portage

📋 copy color: '#94A2F0'

red 148 ◦ green 162 ◦ blue 240

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

Shades of Portage #94A2F0

Tints of Portage #94A2F0

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.45%

 BLUE value IS 240 (94.14% from 255) = 43.64%

R = 26.91%
G = 29.45%
B = 43.64%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#94A2F0 (or 0x94A2F0) is known color: Portage. HEX triplet: 94, A2 and F0. RGB value is (148,162,240). Sum of RGB (Red+Green+Blue) = 148+162+240=550 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.91% from 550); Green value is 162 (63.67% from 255 or 29.45% from 550); Blue value is 240 (94.14% from 255 or 43.64% from 550); Max value from RGB is 240 - color contains mainly: blue. Hex color #94A2F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A2F0 is #6B5D0F. Grayscale: #A6A6A6. Windows color (decimal): -7036176 or 15770260. OLE color: 15770260.

HSL color Cylindrical-coordinate representation of color #94A2F0: hue angle of 230.87º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94A2F0 is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 148 162 240 -
CMYK 0.38 0.32 0 0.06
HSL 230.87º 0.75% 0.76% -
HSV(B) 230.87º 0.38% 0.94% -
XYZ 40.86 38.43 87.7 -
YUV 166.71 169.36 114.66 -
System Red Green Blue C M Y K H S L
Decimal 148 162 240 0.38 0.32 0 0.06 230.87 0.75 0.76
Hex 94 A2 F0 26 20 0 6 E7 4B 4C
Octal 224 242 360 46 40 0 6 347 113 114
Binary 10010100 10100010 11110000 100110 100000 0 110 11100111 1001011 1001100

Color Harmonies of #94A2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A2F0

Black with #94A2F0

Text Example


Text Example

White with #94A2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94A2F0; }

 p { color: rgb(148,162,240); }

 H1.HeaderClassName
 {
   color: #94A2F0;
 }
 .AnyTagClassName
 {
   color: #94A2F0;
 }
</style>

background-color css

<style>
 a { background-color: #94A2F0; }

 a { background-color: rgb(148,162,240); }

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

border-color css

<style>
 span { border-color: #94A2F0; }

 span { border-color: rgb(148,162,240); }

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