Html Css Color HEX #95A4FB Perano

📋 copy color: '#95A4FB'

red 149 ◦ green 164 ◦ blue 251

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

Shades of Perano #95A4FB

Tints of Perano #95A4FB

RGB

 RED value IS 149 (58.59% from 255) = 26.42%

 GREEN value IS 164 (64.45% from 255) = 29.08%

 BLUE value IS 251 (98.44% from 255) = 44.5%

R = 26.42%
G = 29.08%
B = 44.5%

CMYK

 C value IS 0.41

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#95A4FB (or 0x95A4FB) is known color: Perano. HEX triplet: 95, A4 and FB. RGB value is (149,164,251). Sum of RGB (Red+Green+Blue) = 149+164+251=564 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.42% from 564); Green value is 164 (64.45% from 255 or 29.08% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #95A4FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95A4FB is #6A5B04. Grayscale: #A9A9A9. Windows color (decimal): -6970117 or 16491669. OLE color: 16491669.

HSL color Cylindrical-coordinate representation of color #95A4FB: hue angle of 231.18º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95A4FB is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 164 251 -
CMYK 0.41 0.35 0 0.02
HSL 231.18º 0.93% 0.78% -
HSV(B) 231.18º 0.41% 0.98% -
XYZ 43.08 39.91 96.7 -
YUV 169.43 174.03 113.43 -
System Red Green Blue C M Y K H S L
Decimal 149 164 251 0.41 0.35 0 0.02 231.18 0.93 0.78
Hex 95 A4 FB 29 23 0 2 E7 5D 4E
Octal 225 244 373 51 43 0 2 347 135 116
Binary 10010101 10100100 11111011 101001 100011 0 10 11100111 1011101 1001110

Color Harmonies of #95A4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A4FB

Black with #95A4FB

Text Example


Text Example

White with #95A4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95A4FB; }

 p { color: rgb(149,164,251); }

 H1.HeaderClassName
 {
   color: #95A4FB;
 }
 .AnyTagClassName
 {
   color: #95A4FB;
 }
</style>

background-color css

<style>
 a { background-color: #95A4FB; }

 a { background-color: rgb(149,164,251); }

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

border-color css

<style>
 span { border-color: #95A4FB; }

 span { border-color: rgb(149,164,251); }

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