Html Css Color HEX #94A9F6 Perano

📋 copy color: '#94A9F6'

red 148 ◦ green 169 ◦ blue 246

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

Shades of Perano #94A9F6

Tints of Perano #94A9F6

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.02%

 BLUE value IS 246 (96.48% from 255) = 43.69%

R = 26.29%
G = 30.02%
B = 43.69%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#94A9F6 (or 0x94A9F6) is known color: Perano. HEX triplet: 94, A9 and F6. RGB value is (148,169,246). Sum of RGB (Red+Green+Blue) = 148+169+246=563 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.29% from 563); Green value is 169 (66.41% from 255 or 30.02% from 563); Blue value is 246 (96.48% from 255 or 43.69% from 563); Max value from RGB is 246 - color contains mainly: blue. Hex color #94A9F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A9F6 is #6B5609. Grayscale: #ABABAB. Windows color (decimal): -7034378 or 16165268. OLE color: 16165268.

HSL color Cylindrical-coordinate representation of color #94A9F6: hue angle of 227.14º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94A9F6 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 148 169 246 -
CMYK 0.40 0.31 0 0.04
HSL 227.14º 0.84% 0.77% -
HSV(B) 227.14º 0.4% 0.96% -
XYZ 43.04 41.33 92.9 -
YUV 171.5 170.04 111.24 -
System Red Green Blue C M Y K H S L
Decimal 148 169 246 0.40 0.31 0 0.04 227.14 0.84 0.77
Hex 94 A9 F6 28 1F 0 4 E3 54 4D
Octal 224 251 366 50 37 0 4 343 124 115
Binary 10010100 10101001 11110110 101000 11111 0 100 11100011 1010100 1001101

Color Harmonies of #94A9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A9F6

Black with #94A9F6

Text Example


Text Example

White with #94A9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,169,246); }

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

background-color css

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

 a { background-color: rgb(148,169,246); }

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

border-color css

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

 span { border-color: rgb(148,169,246); }

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